A CoreGraphics-based project to generate and display mazes on screen.
There are currently two algorithms implemented to generate mazes, although adding new algorithms is trivial. Algorithms implemented must conform to protocol MazeGeneratorAlgorithm
to be able to be used to generate a maze. The two existing algorithms are the Recursive Backtracker and the Aldous-Broder algorithms.