Skip to content

eavesmonkey/mazr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mazr

Python script for generating mazes, using a recursive backtracking algorithm. Mazes are outputted as .txt files. Wall and gap symbols can be altered, but default to '0' for a wall and '-' for an empty space. Requires Python 3.

Currently only renders square mazes with a minimum width of 5.

About

Python script for generating square mazes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages