This is my python implementation of the Aldous-Broder maze generation algorithm.
This is one of the many mazes generated, it can be found in grid.json
.
Run:
pip install pipenv
pipenv install
pipenv run python launch.py
This is my python implementation of the Aldous-Broder maze generation algorithm.
This is one of the many mazes generated, it can be found in grid.json
.
Run:
pip install pipenv
pipenv install
pipenv run python launch.py