Python script to generate simple "dungeon maps"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Noëlle Anthony ee0aefdfda Initial commit 7 vuotta sitten
README.md Initial commit 7 vuotta sitten
procgen.py Initial commit 7 vuotta sitten

README.md

Simple procedural generation of “dungeon maps”

Basic proof of concept. No real refinement at this point.

Initial work based on this tutorial.