IPVGO: Add history, and details to status, to go API (#1348)

This commit is contained in:
Michael Ficocelli
2024-06-05 21:24:48 -04:00
committed by GitHub
parent 30a6419b11
commit cf48d666f5
6 changed files with 44 additions and 2 deletions
+1
View File
@@ -250,6 +250,7 @@ const go = {
makeMove: 4,
passTurn: 0,
getBoardState: 4,
getMoveHistory: 0,
getCurrentPlayer: 0,
getGameState: 0,
getOpponent: 0,