Python script to generate simple "dungeon maps"
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Noëlle Anthony 6635694611 Creates the maps/ path if it doesn't exist 7 лет назад
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 лет назад
procgen.py Creates the maps/ path if it doesn't exist 7 лет назад

README.md

Simple procedural generation of “dungeon maps”

Basic proof of concept for a “cellular automata” model. No real refinement at this point.

Initial work based on this tutorial.