In two sentences: Poker is won by holding the best five-card hand at showdown, or by betting so that everyone else folds first. A standard 52-card deck, clockwise action and forced blinds create the structure every variant builds on.
The objective of classic poker is to win the common pot, either by constructing the highest-ranking five-card combination at showdown or by betting in a way that forces all opponents to fold before the reveal. A standard game uses a single 52-card deck with four suits (Spades, Hearts, Diamonds, Clubs) of 13 ranks each. Table action moves clockwise, starting from the left of the dealer button, which keeps betting rounds structured across all streets.
[FLOWCHART: Sequence of a poker hand]
Purpose: Show the hand step by step, from forced bets to showdown.
Semantics: ordered list describing every stage plus an inline SVG diagram in the DOM.
1. Forced bets: the players to the left of the dealer button post the Small Blind and Big Blind.
2. The deal: the dealer distributes 2 hole cards to each player.
3. Pre-flop: the first betting round, based on the two hole cards.
4. Flop: three community cards are exposed, followed by the second betting round.
5. Turn: the fourth community card is exposed, followed by the third betting round.
6. River: the fifth community card is exposed, followed by the final betting round.
7. Showdown: remaining players reveal their cards; the best five-card hand takes the pot.
Every betting round asks the same question: how strong is your card poker holding relative to the pot size and the likely opponent response? Forced bets, the small blind and big blind, are posted before any cards are dealt so that each hand starts with money in the middle. The small blind is typically half the big blind, and the big blind usually equals the table's minimum bet. Some formats add an ante, a compulsory contribution from every player before the deal, which inflates the starting pot and, in tournaments, forces action as blind levels climb. As betting moves clockwise, all valid wagers, calls and raises collect into the central pot, which is then awarded to the winner or split equally on an exact tie.