- Preparing search index...
- The search index is not available
Chess Bots
Methods
Static
endGame
- endGame(hostId: string, clientId: string): undefined | never[]
-
Parameters
-
hostId: string
-
clientId: string
Returns undefined | never[]
Static
findGame
- findGame(id: string): string
-
Returns string
Static
loadGame
- loadGame(id: string): undefined | iSave
-
Returns undefined | iSave
Static
removeOld
- removeOld(): void
-
Returns void
Static
saveGame
- saveGame(hostId: string, clientID: string, hostSide: Side, aiDiff: number, pgn: string): boolean
-
Parameters
-
hostId: string
-
clientID: string
-
hostSide: Side
-
aiDiff: number
-
pgn: string
Returns boolean