Skip to content

DualBit/swiftmaze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftmaze

Mac app to demonstrate some algorithms for generating mazes.

I've included 5 so far: Recursive Division, Backtracking, Kruskal, Eller and Wilsons algorithms.

Implemented with a lot of help from: http://weblog.jamisbuck.org/2011/2/7/maze-generation-algorithm-recap

examples:

Recursive Division:

Screenshot

Backtracker:

Screenshot

Kruskal:

Screenshot

Eller:

Screenshot

Wilson:

Screenshot

Also includes some solving algorithms:

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%