Python script to generate simple "dungeon maps"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.