Skip to content

Tiendil/tutorial-dungeon-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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