Module katan_ai.katan.board.intersection_building
Module representing a city or settlement
Classes
class IntersectionBuilding (owner: Player, building_type: BuildingType, coords: Coords)
-
A building that is built on a intersection. In the base game, a settlement or a city.
Attributes
owner
:Player
- The player who owns this building
building_type
:BuildingType
- The type of building this is
coords
:Coords
- The coords the building is at
Args
owner
- The player who owns this building
building_type
- The type of building this is
coords
- The coords the building is at
Ancestors