The Cursed Labyrinth
|
Files | |
DungeonGrid.cs | |
Grid model that stores a tile kind per cell and optional room ids. | |
DungeonMapIndex.cs | |
Lookup/index data built from the grid and rooms. | |
DungeonMapIndexBuilder.cs | |
Builds a DungeonMapIndex from the carved grid and room info. | |
Room.cs | |
Carved room representation with bounds, center and derived info. | |
SpecialRoomCompleteBroadcaster.cs | |
Emits a "special room solved" event for listeners. |