Skip to content

GameboardOccupancyIndex

Defined in: src/gameboard/navigation.ts:79

Occupancy index used by navigation and spawn planning.

blockingTileKeys: ReadonlySet<string>

Defined in: src/gameboard/navigation.ts:85

Tile keys occupied by blocking placement footprints.


byTileKey: ReadonlyMap<string, readonly GameboardPlacementSpec[]>

Defined in: src/gameboard/navigation.ts:81

Placements grouped by occupied tile key.


occupiedTileKeys: ReadonlySet<string>

Defined in: src/gameboard/navigation.ts:83

Tile keys occupied by any placement footprint.