Procedural Maze Generator (NicoBertoli)
About
This program allows you to procedurally generate mazes, using these algorithms:
- DFS
- Kruskal
- Wilson
Checking "live generation", you can see the algorithm in action.
Maze size can range from 10x10 to 250x250.
After the generation, you can try to escape from the just-generated maze as a chicken.