Epitech first year project.
Resembling the Inferno of Dante Alighieri, this project is a maze solver. It uses the Breadth First Search algorithm to find the shortest path from the start to the end of the maze.
It is also a maze generator.
you will need to compile the project first. You can do so by running the following command:
make
Then you can run the program with the following commands:
./generator/generator x y [perfect] > maze.txt./solver/solver maze.txt