01Components ¶
- 1 standard 52-card deck (no jokers).
- 2 to 5 players.
- Table space for two shared piles and each player's personal collection.
02Object of the Game ¶
Finish the game with the fewest cards in your collection.
Cards land in your collection whenever you are forced to take a pile — either because a play hit 21 or completed a set immediately before your turn, or because you busted. Most cards = loser; fewest cards = winner.
03Card Values ¶
* An Ace may be read as 10 only when the pile is exactly Ace + Ace — so a pair of Aces can be valued at 21 (10 + 11), blackjack-style.
04Setup ¶
- Choose a dealer (any method — youngest player, high-card cut, etc.).
- The dealer shuffles and deals 2 cards face-down to each player.
- Place the remaining deck face-down in reach of all players as the draw pile.
- Leave space for two shared piles in the middle of the table. Both piles start empty (running total = 0).
- The player to the dealer's left takes the first turn. Play proceeds clockwise. For subsequent games, the dealer button passes clockwise to the next player.
05On Your Turn ¶
On your turn you must play one or two cards from your hand onto the piles, then draw back up to 2 cards from the deck (if any remain).
5a. Playing one card (the normal case)
- Choose one of your two cards.
- Place it face-up on either pile, provided the pile's new running total stays ≤ 21.
- Draw 1 card from the deck to refill your hand to 2.
You may play onto either pile regardless of which player last touched it. Both piles are shared.
5b. Playing two cards (optional)
You may play both cards from your hand in the same turn if doing so creates a set (see §6). Both cards must go onto the same pile — you cannot split a two-card play across the two piles.
After playing two cards, draw 2 from the deck to refill.
5c. The Ace's value at play time
When you place an Ace, you do not declare a value. The next player will choose how to read it when computing the running total for their move (and so will every player after that, independently).
06Sets ¶
A set is a configuration of cards that, once formed, immediately clears the pile to the next player's collection — the same penalty as hitting 21. Sets are checked the instant a card is played.
Four kinds of set exist. The first is total-based; the last three are purity-based — every card in the pile must belong to the set type, so a single irrelevant card disqualifies the pile from suit/rank/run sets until it's cleared. This is why Hit 21 is the only set possible on a mixed pile.
- Hit 21. Any play that brings a pile's running total to exactly 21 — single card or two-card play, on either pile. The pile need not start empty (e.g. pile shows K + 5 = 15; play 4 + 2 to reach 21).
- Pure suit set. Every card in the pile shares one suit, and the pile contains 3 or more cards.
Example Pile = [5♠, 9♠, 4♠] → all spades, set formed.Counter-example Pile = [5♠, 9♥, 4♠] → the 9♥ breaks purity; no flush is possible until the pile is cleared.
- Pure rank set. Every card in the pile shares one rank, and the pile contains 3 or more cards.
Example Pile = [K, K, K] → three Kings, set formed.Counter-example Pile = [K, 6] → you cannot play K + K to make a rank set, because the 6 is an irrelevant card.
- Pure run set. Every card in the pile, when sorted by rank, forms a contiguous run with no gaps or duplicates, and the pile contains 3 or more cards. Suit does not matter.
- The Ace may be the low end (A-2-3) or the high end (Q-K-A) of a run.
- Runs do not wrap: K-A-2 is not a run.
Counter-example Pile = [4, 6, 9] → not contiguous, no run.
Triggering a set
The moment you play a card that causes the pile to constitute a valid set, the pile is collected by the next player in turn order (it goes into their personal collection face-down). The pile then resets to empty. Your turn ends; draw back up to 2 cards.
Set vs. bust
If a single card would simultaneously form a set and push the running total over 21, the set wins. The pile clears to the next player; no bust is recorded. This is one way to dump a pile on the next player even when your only "legal" play would otherwise bust.
Multiple sets on one play
If a single play simultaneously forms more than one kind of set, the hierarchy is:
- Hit 21 wins. The pile is taken by the next player with no chance to extend. The pile clears.
- Flush trumps run. If a pile is simultaneously a pure flush and a pure run, treat it as a flush only. Only the flush is locked in for extension purposes; the run becomes incidental and may be broken.
- Otherwise, the active set type passes the pile in set-mode to the next player, who may extend or take.
A pile transferring under set rules is still a single pile transfer: one set's worth of cards goes to one player. Forming a flush+run together is not a bigger penalty — it just locks the priority on the flush.
Extending a set
When a pile passes to the next player because of a suit, rank, or run set (but not Hit 21), the receiving player has a choice on their turn:
- Take the pile. The whole pile goes into their collection, the pile resets to empty, they draw back up to 2 cards. Their turn ends.
- Extend the set. Play one or two cards from their hand onto the same pile. Every card played must continue the set type that the pile was committed to when it entered set-mode — once a pile is committed to (say) a flush, it must remain a flush; you cannot extend by breaking it. Specifically:
- For a suit set, every extension card must match that suit.
- For a rank set, every extension card must match that rank.
- For a run set, every extension card must extend the run at one of its ends, leaving the pile contiguous (Ace still low-or-high, no wrap).
- If a pile entered set-mode as both a flush and a run, the flush takes priority. Extensions need only preserve the flush — same-suit cards are legal even if they break the run.
Two-card extensions are the natural way to grow a run by more than one step.
Example The pile holds an A-2-3 run; the extending player drops both their 4 and 5 in one turn, leaving the pile at A-2-3-4-5 in run-mode. Both ends of a run are fair game — given a 9-10-J run, the extending player could drop an 8 and a Q together for an 8-9-10-J-Q run.After extending, draw back up to 2 cards (1 if one card was played, 2 if two). Play passes onward. The pile remains in set-mode and the next player faces the same extend-or-take choice. The pile only clears (to the player who finally takes it) when somebody declines or cannot extend.
New sets that incidentally form during an extension (e.g. a flush pile that happens to become a run after another same-suit card fills a gap) are a happy bonus — they do not retroactively become required for future extensions. Only the set types active at set-mode entry are locked in.
While a pile is in set-mode, the receiving player cannot play on the other pile — their turn is constrained to "extend or take."
A play that extends a set may itself push the pile over 21; this is fine, because sets always override the bust rule. A play that extends and also hits exactly 21 promotes to a 21 set (highest priority): the player after must take, with no further extension.
07The 7 Card ¶
A 7 of any suit carries a reverse effect that overrides the normal flow of pile transfers.
The 7 effect
Whenever a 7 is played onto a pile, the player immediately before the one who played the 7 (the player who took the previous turn) must take the entire pile into their collection. There is no way to deflect this — not by forming a set, not by hitting exactly 21, not by busting. The 7 effect takes priority over every other rule in §6 and §8.
After the pile is taken, the pile resets to empty. The player who played the 7 draws back up to 2 cards. Play continues normally with the next player in turn order (the one after the 7-player). The previous player who just absorbed the pile does not get a free turn; they have already taken their hit.
A 7 never sits in a pile
The 7 effect fires on every play of a 7, including a play onto an otherwise-empty pile. Because the prev player immediately takes the pile (and the pile resets), a 7 is never present in any pile at the start of a turn. You can safely assume no pile contains a 7 when it's your turn — every 7 you see has been collected.
Restriction in set-mode
You cannot play a 7 onto a pile that is currently in set-mode (awaiting an extend-or-take decision per §6) unless the 7 itself qualifies as a legal extension of one of the active sets on that pile:
- A suit set → the 7 must match that suit.
- A rank set → the active rank must be 7 (so any 7 extends).
- A run set → the run must currently end at a 6 or begin at an 8 (so the 7 fits at one end).
If the 7 is a legal extension, you may play it. The 7 effect still fires — the previous player takes the pile — and the set is extinguished by the pile transfer. Otherwise, you cannot play the 7 on that pile; you must instead use your other card to extend (or to play normally on the other pile, only if that other pile is not also in set-mode), or take the set-mode pile.
Interactions
- Set vs. 7. A 7 that would otherwise form a brand-new set (e.g. completes a flush, a rank trio, a run, or hits 21) still triggers only the 7 effect. The set never activates — the prev player absorbs the pile and it resets.
- Bust vs. 7. A 7 that pushes the pile over 21 still triggers only the 7 effect. The prev player takes the busted pile.
- Two-card plays with a 7. A 7 can be one of the two cards in a two-card play if that play forms a legal set under §5b. A 7 cannot form a rank set (piles never contain 7s), but it can complete a flush or a run — e.g. with a pile of 4♣ + 5♣, you may play 6♣ + 7♣ to form a flush (or run). Whenever a 7 is part of the play, the 7 effect fires; both played cards travel with the rest of the pile to the previous player.
08Busting ¶
A bust happens when a card is played onto a pile and the running total exceeds 21 (and no set rescues the play — see §6 "Set vs. bust"). The bust resolves like this:
- The player who placed the busting card takes all cards in that pile (including the busting card) into their own collection.
- The pile resets to empty.
- The player draws back up to 2 cards.
Forced bust
If, on your turn, neither of your cards can be played on either pile without exceeding 21, you are forced to bust. Choose which card and which pile, then resolve as above.
Voluntary bust
You may also choose to bust on your own initiative even when a legal under-21 play exists. Voluntary busts are legal because the "set overrides bust" rule (§6) sometimes makes deliberately overshooting attractive — you might play a card that pushes over 21 but happens to complete a flush, run, or rank set, dumping the pile onto the next player instead of yourself.
Outside of that maneuver, voluntary busts are usually a bad trade — but they remain legal.
09The Endgame ¶
When the draw pile is exhausted:
- Players stop drawing replacement cards, but continue taking turns with whatever cards they have left in hand.
- Play continues clockwise. On each turn, a player must play at least one card (or bust) if able.
- Players who run out of hand cards are skipped on subsequent turns.
- The round ends once every player has emptied their hand.
Any cards still sitting in the two shared piles at the end of play are not awarded to anyone — they are simply discarded. Only cards in personal collections count for scoring.
10Scoring & Winning ¶
Each player counts the number of cards in their personal collection. (Face values do not matter — only the count.)
- Fewest cards = winner.
- Most cards = loser.
- Ties are broken by playing another round, or shared, at the group's preference.
11Quick Reference ¶
Players & hand
2 to 5 players. Always 2 cards in hand until the deck runs out.
Two shared piles
Both start at 0. Either pile is fair game on any turn.
Each turn
Play 1 card (or 2 to form a set), then refill from the deck.
Hit 21
Next player takes the pile. No extension allowed.
Purity sets
3+ cards, all one suit / rank / run → pile passes in set-mode, next player may extend or take.
The 7 effect
A 7 on any pile → previous player takes it. Overrides sets, 21, and busts. 7s never sit in piles.
Two-card plays
Two-card plays (and two-card extensions) must go onto a single pile.
Bust
Over 21 → you take the pile. Forced when no legal play exists; voluntary busts are legal.
Aces
1 or 11 (or 10 only when the pile is exactly A+A), decided fresh each turn.
Flush trumps run
When both apply to the same pile, the flush locks in for extension.
Pile leftovers
Cards still on the piles when the deck and all hands empty are discarded.
Win condition
Fewest cards in your collection at the end wins.