Python script to generate simple "dungeon maps"
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Noëlle Anthony 8971cd58a8 Now allows the user to draw their map as an image file (PNG) 7 роки тому
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 роки тому
procgen.py Now allows the user to draw their map as an image file (PNG) 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.