There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Labyrinthe implementation with python. This project uses the Randomized First-Depth search algorithm to generate the initial maze. And Dijkstra algorithm to solve the maze.