USE CASE #12 |
Once a player raises or makes the first bet, all other players must match that bet.
|
|
Preconditions |
The server must be running and players must be connected in a game. A player must make a bet or raise a bet. |
|
Success End Condition |
After all players matched the current bet, the round ends and the next card is dealt, unless its the final round. That's when the game ends and the pot is distributed to the winner. |
|
Fail End Condition |
A player could make a bet, and all other players fold, not allowing for the current hand to continue and ending the game. |
|
Trigger |
A player makes a bet which determines how much the other players need to match in order to stay in the hand. |
|
Description |
The server is running and players are connected to the game. The game begins and the first player makes a bet. The additional players call the placed bet to continue through the game and see the next card. Or this is taking place during the final round of betting, where the game ends and the pot is distributed to the winner. |