Python script to generate simple "dungeon maps"
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Noëlle Anthony 7a5f7cebde Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 年前
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 年前
procgen.py Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 年前

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.