When it is your turn, select the cards you would like to discard, then click the “Discard” button.
If you want to keep all your cards, click the “Discard” button without selecting any cards.
If a player is at their turn but doesn’t select an action (e.g. bet, discard) within 20 seconds, the client will enact a default.
If there has been no bet, the default action is “check”.
If there has been a bet, the default action is “fold”.
The timeout is defined in server.conf.
If a player times out repeatedly, they will be disconnected from the game (‘0’
to disable; see action_timeout_max in server.conf).
| Key | Action |
|---|---|
| c | call/check |
| r | raise/complete |
| f | fold |
| d | discard |
| b | bet |
| x | exchange (wild cards) |
The bet amount hotkeys correspond to the amounts configured in bet_amounts
in server.conf, in order, starting from key 1. Up to 8 amounts are
supported (keys 1–8). With the default configuration:
| Amount | |
|---|---|
| 1 | 100 |
| 2 | 250 |
| 3 | 500 |
| Full Screen / Navigation | |
|---|---|
| F11 or Alt+Enter | toggle full-screen |
| ESC | quit (with confirmation) |
Hotkeys are not implemented for everything yet, but they are planned, as well as making them configurable.
After the initial cards are dealt, the player with the lowest face-up card is required to post a forced partial bet called the bring-in.
bringin_amount in server.conf (default: 50).After the bring-in is placed, the action moves clockwise. Players may:
The bring-in player acts last. If no one has completed or raised, they may Complete for free (no additional cost beyond the bring-in already posted) or Check. The button is labeled “Complete” rather than “Raise” or “Bet” to make this distinction clear.
On each street after the first, the player with the best visible hand acts first. They may check or bet freely — there is no forced bring-in on later streets.
Selecting Deuces Wild will temporarily disable the following games until it is unselected:
Only 2s can be wild, and only if the dealer has enabled wild cards. The server evaluates wild hands automatically at showdown.