Skip to content

Tiendil/tutorial-dungeon-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple dungeon generator

Tutorial (in Russian).

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