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. Try it yourself Run: pip install pipenv pipenv install pipenv run python launch.py