Class CryptDungeonBuilder
Builds the Crypt 1-Level dungeon graph programmatically. 4 planners: Entrance, Rooms, Corridors, Darkness.
public class CryptDungeonBuilder : PGGGraphBuilder
- Inheritance
-
objectCryptDungeonBuilder
- Inherited Members
Methods
- Build()
Creates a complete Crypt dungeon with 4 planners: 0. Entrance — static 12-cell manual shape, no logic
- Rooms — randomly positioned, push-out separation, doorway marking
- Corridors — Delaunay → A* pathfinding → joined shape
- Darkness — outline border around all rooms/corridors