About The Project


Maze generation is an interesting topic. There are tons of different algorithms, and they all make slightly different styled mazes. In the case, of this maze generator, I use a random walking technique that creates a minimum spanning tree. This yields a maze with no loops or cut off sections. The generation has two speeds. It defaults to a display speed but can be speed up to be instant with an option on the bottom. If you're the type of person who likes to do mazes by hand, try printing with CTRL-p.

Maze Generation

Screen width is too small for the game.
Try using a screen with a pixel width of 700 or greater.




Change Log


October 5, 2024

Ported to new website.

October 16, 2020

Date created.