chips-blockchain / pangea-poker

This is the reference GUI for Pangea Poker, blackchain based decentralised game.
https://chips.cash/
25 stars 16 forks source link

Handle player sitting out #429

Closed piggydoughnut closed 3 years ago

piggydoughnut commented 3 years ago
sg777 commented 3 years ago

The backend expecting the sitout info from the GUI is as follows: Where the value 0 means the player is not opting for sitout or the player is willing to play next hand.

{
method: sitout
 value : 0
}