Cellular Automata
Rust Roguelike Tutorial - Chapter 27 - Cellular Automata Dungeons
· ☕ 1 min read
Cellular Automata is a great algorithm family, taking chaos and making order. It produces nice, organic levels with high connectivity - ideal for creating the feel of a large natural cavern, or a forest level. This chapter walks you through the algorithm, its implementation, and how it can make fun levels.