Python script to generate simple "dungeon maps"
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Noëlle Anthony 6635694611 Creates the maps/ path if it doesn't exist 7年前
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7年前
procgen.py Creates the maps/ path if it doesn't exist 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.