Python script to generate simple "dungeon maps"
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Noëlle Anthony ee0aefdfda Initial commit 7 år sedan
README.md Initial commit 7 år sedan
procgen.py Initial commit 7 år sedan

README.md

Simple procedural generation of “dungeon maps”

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

Initial work based on this tutorial.