Mouze 2d Maze Generator Game
Friday, October 27th, 2006I just added my very basic maze generator to the downloads page. The character in game can be controlled by the A-W-D keys (A and D turn, W moves forward). Check it out, let me know if it doesn’t work. I included the glut dll, which I think is required. It’s really simplistic and was done as a homework assign for school.
The Maze generator algorithm is a randomized variation on the Minimum Search Tree Algorithm, I’ll go into detail on how it works some time, because it’s kinda interesting, and it can be improved. (At the cost of speed)
