Python script to generate simple "dungeon maps"
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Noëlle Anthony 6635694611 Creates the maps/ path if it doesn't exist 7 år sedan
README.md Added command-line arguments (in the order width, height, seed, death limit, birth limit) and defaults 7 år sedan
procgen.py Creates the maps/ path if it doesn't exist 7 år sedan

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.