Interface ScoringLocations

interface ScoringLocations {
    black: {
        locations: JGOFIntersection[];
        stones: number;
        territory: number;
    };
    white: {
        locations: JGOFIntersection[];
        stones: number;
        territory: number;
    };
}

Properties

Properties

black: {
    locations: JGOFIntersection[];
    stones: number;
    territory: number;
}

Type declaration

white: {
    locations: JGOFIntersection[];
    stones: number;
    territory: number;
}

Type declaration