A 3-minute primer. Read this once and you can sit down at any table.
Each player gets two private cards (your "hole cards"). Five community cards are revealed face-up in the middle, in stages. You make the best 5-card poker hand using any combination of your two hole cards plus the five community cards. Whoever has the best hand at showdown — or whoever's still in the hand when everyone else has folded — wins the pot.
| Action | When | Key |
|---|---|---|
| Fold | always available — you give up your cards and leave the hand | F |
| Check | no bet to face — pass action without putting in chips | K |
| Call | match the current bet | C |
| Bet | no current bet — put chips in (min = BB) | R |
| Raise | there's a bet — increase it (min raise = previous raise size) | R |
| All-in | push your entire stack — sometimes the only legal raise when short | A |
Texas-Holdem-Lab's default opponent uses a mix of the Chen formula (for preflop hand strength) and Monte Carlo equity calculation against a random opponent range (for postflop), modulated by pot odds and position. There's also an LLM mode that asks Claude to reason about each spot. Want to plug in your own decision engine? Head to Arena — register an HTTP endpoint and we'll send game state to it whenever it's your seat's turn.