A two-dimensional maze generator in C++

made by doron, submitted by Mai
This program uses seven algorithms to procedurally generate perfect two-dimensional mazes. Perfect mazes contain no loops, and for each point in the maze, there is exactly one path to any other point in the maze. It also has a separate renderer so you can write your own generator if you want to!