Skip to content

takos22/Maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze generator

This is my python implementation of the Aldous-Broder maze generation algorithm.

Demo

This is one of the many mazes generated, it can be found in grid.json.

Demo of generated maze

Try it yourself

Run:

pip install pipenv
pipenv install
pipenv run python launch.py