Creating Cellular Automata Maps
Learn about cellular automata maps.
We’ve an empty map builder and have ported our room-based builder to use traits. It’s time to explore some more interesting dungeon generators.
Cellular automata
Cellular automata is a fun algorithm that starts with completely random chaos, but order gradually emerges as rules are applied repeatedly. This type of algorithm is great for producing organic-looking levels, such as a forest with clearings or an old cavern network. It was first popularized in Conway’s Game of Life.
Get hands-on with 1400+ tech skills courses.