Welcome to our PipeMania Solver project! 🚀
This project aims to solve instances of the PipeMania puzzle game using artificial intelligence algorithms. PipeMania is a puzzle game where you need to connect pipes to form a complete pipeline without any leaks.
pipes.mp4
The program reads an instance of PipeMania from the standard input in the specified format:
It then applies an AI algorithm to find the solution, i.e., the arrangement of pipes that forms a complete pipeline with no leaks.
To use the program, follow these steps:
-
Clone the repository to your local machine.
-
Navigate to the directory containing the
pipe.pyscript. -
Run the
pipe.pyscript with an input file as follows:python pipe.py <input-file.txt>Replace
<input-file.txt>with the path to your input file containing the PipeMania grid.
