Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 536 Bytes

Simple dungeon generator

Tutorial [en]. Tutorial [ru].

Example

install and run

git clone git@github.com:Tiendil/tutorial-dungeon-generation.git

cd ./tutorial-dungeon-generation

python3 -m venv ./venv

. ./venv/bin/activate

pip install -r ./requirements.txt

# generator has few options
python ./generator.py --help

python ./generator.py --show