Python script to generate simple "dungeon maps"
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Noëlle Anthony 7a5f7cebde Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults před 7 roky
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults před 7 roky
procgen.py Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults před 7 roky

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.