Class GoStoneGroup

Hierarchy

  • GoStoneGroup

Constructors

Properties

__added_neighbors: {
    [group_id: number]: boolean;
}

Type declaration

  • [group_id: number]: boolean
board_state: BoardState
corner_groups: {
    [y: string]: {
        [x: string]: GoStoneGroup;
    };
}

Type declaration

id: number
is_eye: boolean = false
is_strong_eye: boolean
is_strong_string: boolean = false
is_territory: boolean = false
is_territory_in_seki: boolean = false
neighbors: GoStoneGroup[]
territory_color: JGOFNumericPlayerColor = 0

Methods

  • Parameters

    • x: number
    • y: number

    Returns void

Generated using TypeDoc