Skip to content

CoreGraphics-based Maze Generator app with two existing algorithms and simple expandability.

Notifications You must be signed in to change notification settings

ntflix/Maze-Generator

Repository files navigation

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.

About

CoreGraphics-based Maze Generator app with two existing algorithms and simple expandability.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages