Growing Tree Algorithm Maze Generator
Posted in Maze Generators February 7, 2025 at 4:28:17 PM UTC
Maze generator using the Growing Tree algorithm to create a perfect maze. This algorithm tends to generate mazes similar to the Hunt and Kill algorithm, but with a somewhat different typical solution. Read more...
Mazes
I've always been fascinated by mazes, especially drawing them and getting computers to generate them. I also like solving them, but as I'm a highly creative person, I tend to favor activities that produce something. Mazes are great for both, first you make them, then you solve them ;-)
Subcategories
A collection of free online maze generators that utilize a variety of maze generation algorithms, so you can compare the results and see which you like best.
Latest posts in this category and its subcategories:
Hunt and Kill Maze Generator
Posted in Maze Generators February 7, 2025 at 4:27:57 PM UTC
Maze generator using the Hunt and Kill algorithm to create a perfect maze. This algorithm is similar to the Recursive Backtracker, but tends to generate mazes with somewhat less long, winding corridors. Read more...
Eller's Algorithm Maze Generator
Posted in Maze Generators February 7, 2025 at 4:27:34 PM UTC
Maze generator using Eller's algorithm to create a perfect maze. This algorithm is interesting as it only requires keeping the current row (not the entire maze) in memory, so it can be used to create very, very large mazes even on very limited systems. Read more...






