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

Download

Download
pipe-nightmare-linux.zip 36 MB
Download
pipe-nightmare-windows.zip 16 MB

Development log

Leave a comment

Log in with itch.io to leave a comment.