Python script to generate simple "dungeon maps"
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Noëlle Anthony 8971cd58a8 Now allows the user to draw their map as an image file (PNG) před 7 roky
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults před 7 roky
procgen.py Now allows the user to draw their map as an image file (PNG) před 7 roky

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.