Interface GobanEnginePlayerEntry

interface GobanEnginePlayerEntry {
    accepted_stones?: string;
    accepted_strict_seki_mode?: boolean;
    country?: string;
    id: number;
    name?: string;
    pro?: boolean;
    rank?: number;
    username: string;
}

Properties

accepted_stones?: string

The accepted stones for the stone removal phase that the player has accepted

accepted_strict_seki_mode?: boolean

Whether or not the player has accepted scoring with strict seki mode on or not

country?: string
id: number
name?: string

XXX: The server is using these, the client may or may not be, we need to normalize this

pro?: boolean
rank?: number
username: string