Skip to content

isotopp/labyrinths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages