
Pipe Nightmare
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
A hell of a ride (very broken but WE DID IT)
*The plumber's life is often damp and full of pitfalls...*
Connect the pipes on the top of the screen to those on the bottom in this almost-non-crashing prototype of a game!
Controls:
- Mouse left click: pick and place a pipe or swipe two pipes
- Mouse right click: rotate pipes
- Escape: quit to menu
For linux users:
The game was developed on Arch Linux and it could crash on distros with a less recent glibc, if you're in trouble you can alwasy run the game from source like this:
```
git clone https://github.com/sterco-raro/ld51.git
cd ld51
pip install -r requirements.txt
python launcher.py
```
To remove the installed dependencies, do this:
```
pip uninstall esper
pip uninstall pygame
pip uninstall pyinstaller
```
Note: you need python >= 3.10
Tools:
- custom engine using Pygame
- coded with Sublime Text
- graphics made with Adobe Photoshop
- FL Studio for audio editing
- sounds at home with professional devices
Changelog:
- Added the main menu background and logo, made during the jam but forgot to put them in the game
- Startup crashes (hopefully) fixed! Let us know if you find other issues
- Post jam release: fixed all the major bugs, now there are only the less annoying ones :wink:
*The plumber's life is often damp and full of pitfalls...*
Connect the pipes on the top of the screen to those on the bottom in this almost-non-crashing prototype of a game!
Controls:
- Mouse left click: pick and place a pipe or swipe two pipes
- Mouse right click: rotate pipes
- Escape: quit to menu
For linux users:
The game was developed on Arch Linux and it could crash on distros with a less recent glibc, if you're in trouble you can alwasy run the game from source like this:
```
git clone https://github.com/sterco-raro/ld51.git
cd ld51
pip install -r requirements.txt
python launcher.py
```
To remove the installed dependencies, do this:
```
pip uninstall esper
pip uninstall pygame
pip uninstall pyinstaller
```
Note: you need python >= 3.10
Tools:
- custom engine using Pygame
- coded with Sublime Text
- graphics made with Adobe Photoshop
- FL Studio for audio editing
- sounds at home with professional devices
Changelog:
- Added the main menu background and logo, made during the jam but forgot to put them in the game
- Startup crashes (hopefully) fixed! Let us know if you find other issues
- Post jam release: fixed all the major bugs, now there are only the less annoying ones :wink: