Skip to content

gaillard-germain/Plumbit

Repository files navigation

Plumb'it

plumb'it screenshot

About

Plumb'it is a puzzle game, the goal is to create a circuit connecting the start valve to the end valve before the liquid leaks. It was inspired by the game "pipe mania" written by Assembly line and published by Empire in 1989 for the commodore AMIGA. It's one of my firsts python project.

Languages

It is developed in python3 and uses the Pygame library.

Requirements

  • Python >= 3.6
  • Pygame 2.1.2

Install

  • Fork it, clone it...
  • Create a python3 virtual environement: python3 -m venv <your venv name>
  • Activate your venv source <your venv name>/bin/activate
  • Install the requirements with PIP: pip install -r requirements.txt
  • Run: python app/plumbit.py or ./plumbit.sh if your on a GNU/Linux.

Credit

License

Plumb'it is under MIT license.

Note

This game is still in development and optimize for a 1920x1080 screen. Feel free to contribute...

About

A pygame kind of "Pipemania"...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published