Python script to generate simple "dungeon maps"
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Noëlle Anthony 6635694611 Creates the maps/ path if it doesn't exist pirms 7 gadiem
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults pirms 7 gadiem
procgen.py Creates the maps/ path if it doesn't exist pirms 7 gadiem

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.