isotopp / labyrinths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labyrinths

Uses pygame to paint a labyrinth it just created. Tested on MacOS and Windows 10.

Install

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip wheel
pip install -r requirements.txt

Run

source venv/bin/activate
python demo.py

Demo Screenshot

Screenshot taken while the DepthFirst carver is busy.

About


Languages

Language:Python 100.0%