DLA
Rust Roguelike Tutorial - Chapter 30 - Diffusion-Limited Aggregation Maps
· ☕ 1 min read
Despite the scary name, Diffusion-Limited Aggregation Maps (DLA) are actually relatively easy to implement - and can produce beautiful results. This chapter walks you through the basic algorithm, with tunables for where the particles start and the rules for how they carve your map. It introduces brush sizes and enforced symmetry for your map builders.