Python script to generate simple "dungeon maps"
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Noëlle Anthony 7a5f7cebde Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults vor 7 Jahren
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults vor 7 Jahren
procgen.py Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults vor 7 Jahren

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.