Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 608 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 608 Bytes

MazeGenerator

A CoreGraphics-based project to generate and display mazes on screen.

Maze Image

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.