Table of Contents

Class CryptDungeonBuilder

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

Builds the Crypt 1-Level dungeon graph programmatically. 4 planners: Entrance, Rooms, Corridors, Darkness.

public class CryptDungeonBuilder : PGGGraphBuilder
Inheritance
object
CryptDungeonBuilder
Inherited Members

Methods

Build()

Creates a complete Crypt dungeon with 4 planners: 0. Entrance — static 12-cell manual shape, no logic

  1. Rooms — randomly positioned, push-out separation, doorway marking
  2. Corridors — Delaunay → A* pathfinding → joined shape
  3. Darkness — outline border around all rooms/corridors