Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 498 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 498 Bytes

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