Labyrinthe implementation with python. This projects uses Randomized First-Depth search algorithm to generate the initial maze. And Dijsktra algorithm to solve the maze.
Clone this repo by doing
Install the necessary packages using pip. The only package needed is pysdl2
pip install pysdl2
Then you can run the program by doing
python main.py
- Implement the Randomized First-Depth search algorithm
- Implement Disjktra algorithm