Skip to content

A depth-first search maze generation algorithm implemented with recursive backtracking

License

Notifications You must be signed in to change notification settings

Jack92829/Maze-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Generation

This uses the depth-first search algorithm of maze generation implemented with recursive backtracking

The algorithm was used in a variety of ways, including as a visualisation, an image generator and an ASCII-maze generator

Note: The ASCII-maze generator is not suitable for displaying large mazes due to text wrap

Note: A JavaScript version of the ASCII-maze generation can be found as well

Alt Text

Alt Text

Alt Text

About

A depth-first search maze generation algorithm implemented with recursive backtracking

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published