Maze Generator


Generates complex non-cycled mazes with different algorithms:
– Pure recursive
– Recursive division< ...


by styanton


★★★★ star rating
Price History +

Generates complex non-cycled mazes with different algorithms:
- Pure recursive
- Recursive division
- Tree algorithms (newest/recursive, random, oldest).
Web-demo: Here