Pipe Nightmare

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).
overall: 2.80
fun: 2.55
innovation: 2.55
theme: 2.70
graphics: 3.08
audio: 3.02
humor: 2.79
mood: 2.87
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:
Found a bug?
Tell us on Discord