Python script to generate simple "dungeon maps"
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Noëlle Anthony ee0aefdfda Initial commit 7 лет назад
README.md Initial commit 7 лет назад
procgen.py Initial commit 7 лет назад

README.md

Simple procedural generation of “dungeon maps”

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

Initial work based on this tutorial.