Skip to content
/ Dante Public

Maze generator and solver in C.

License

Notifications You must be signed in to change notification settings

antwxne/Dante

Repository files navigation

Dante c

The purpose of this project is to create a maze generator and solver.

Generator

For the generation we used the binary tree algorithm.

Solver

For the solver we used the recursiv backtracting algorithm.

Build and run

Linux:

make
./generator/generator x y [perfect]
./solver/solver maze.txt

Contributors

  • Clément Ruat github-link
  • Antoine Desruet github-link