Maze Generator
Summer 2005
This was just a quick exercise in maze generation. I created this utility because I was thinking of making a map generator for a laser-tag kind of game, but never got around to it. This program uses two different algorithms to generate the maze: depth-first search and wall extrusion, which is based on a basic understanding of topology.
Download Maze Generator (25.32 KB).