Skip to content

tz/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-generator

Generate maze images

Use a depth-first search to create a maze. Use iteration to prevent a stack overflow that would come with recursion. The maze's appearance is configurable by changing the color and size options, as well as the "move_{direction}_weight" settings, which make different directions more likely to be selected.

About

Generate maze images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages