Dante-star is a labyrinth's generator and solver project made at Epitech technology in C.
To build Dante-Star
make (re)
With dante-star you can choose the size of the labyrinth and if it is perfect or imperfect.
Perfect:
- There is one and only one exit way to get out of the labyrinth.
- Every road are accesible.
Imperfect:
- There can be more than one exit way to get out.
- There can be road that you cannot access to.
# To generate a perfect labyrinth
./generator/generator 50 50 perfect
# To generate a impefect labyrinth
./generator/generator 50 50
You can generate labyrinths and solve them.
Once the labyrinth is solved, it will be display with 'o' to represent the right exit way.
./solver/solver labyrinth.txt
Developers
[Ylan Garnier] |
[Yorennz Zelina] |
---|