Skip to content

GameboardOccupancyIndex

Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:97

Occupancy index used by navigation and spawn planning.

blockingTileKeys: ReadonlySet<string>

Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:103

Tile keys occupied by blocking placement footprints.


byTileKey: ReadonlyMap<string, readonly GameboardPlacementSpec[]>

Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:99

Placements grouped by occupied tile key.


occupiedTileKeys: ReadonlySet<string>

Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:101

Tile keys occupied by any placement footprint.