Dungeon Generator
- January 4, 2024
- Drocolas
Generate dungeons procedurally, change parameters and explore them. Two types of dungeon can be generated using two different algorithms. For caves, a cellular automata is used. This algorithm uses a cellular automata with majority rule. For dungeons with rooms, we use Room placement, an algorithm that randomly places rooms and links them by corridors so you can explore them all. Decora…