Python script to generate simple "dungeon maps"
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Noëlle Anthony 7a5f7cebde Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 anos atrás
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 anos atrás
procgen.py Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 anos atrás

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.