Pipe Nightmare
A downloadable game for Windows and Linux
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 can crash on distros with a less recent glibc. If you're in trouble you can always 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
Status | Prototype |
Platforms | Windows, Linux |
Authors | sterco_raro, taxiservice |
Genre | Puzzle |
Tags | Ludum Dare 51 |
Code license | GNU General Public License v3.0 (GPL) |
Asset license | Creative Commons Attribution v4.0 International |
Links | Ludum Dare |
Development log
- Game-breaking bugs fixed!Oct 06, 2022
- Startup crashes fixed!Oct 04, 2022
- Working on bug fixesOct 04, 2022
Leave a comment
Log in with itch.io to leave a comment.