takos22 / Maze-generator

My python implementation of the Aldous-Broder maze generation algorithm.

Home Page:https://en.wikipedia.org/wiki/Maze_generation_algorithm#Aldous-Broder_algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My python implementation of the Aldous-Broder maze generation algorithm.

https://en.wikipedia.org/wiki/Maze_generation_algorithm#Aldous-Broder_algorithm


Languages

Language:Python 100.0%