Module katan_ai.katan.board.harbor

Module representing harbor trading ports for catan

Classes

class Harbor (path_coords: Set[Coords], resource: Resource)

A harbor on the catan board.

Attributes

path_coords : Set[Coords]
The coordinates of the path that the harbor is attached to
resource : Resource
The resource that the player can trade in 2-1

Args

path_coords : Set[Coords]
The coordinates of the path that the harbor is attached to
resource : Resource
The resource that the player can trade in 2-1