Python script to generate simple "dungeon maps"
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Noëlle Anthony 7a5f7cebde Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults il y a 7 ans
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults il y a 7 ans
procgen.py Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults il y a 7 ans

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.