Skip to content

Commit

Permalink
add wdraw and bdraw fields (#332)
Browse files Browse the repository at this point in the history
* add flair field in response

* add flair field in response (avoid duplication)

* add wdraw and bdraw missing fields

* make the w/bdraw offer draw at the same time

* add example false value for future wdraw/bdraw
  • Loading branch information
jalpp authored Apr 10, 2024
1 parent e3869c4 commit 9d7a58b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/specs/examples/gameFull.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"btime": 8395220,
"winc": 10000,
"binc": 10000,
"wdraw": false,
"bdraw": false,
"status": "started"
}
}
2 changes: 2 additions & 0 deletions doc/specs/examples/gameState.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"btime": 8395220,
"winc": 10000,
"binc": 10000,
"wdraw": false,
"bdraw": false,
"status": "started"
}

0 comments on commit 9d7a58b

Please sign in to comment.