Free · no signup · no download · four-handed

Euchre — with the bowers explained

Partnership euchre against three bots. The left bower is drawn as a trump card, and when you cannot play the card you wanted, the table tells you why — the one thing every other euchre site leaves you to work out. Plus a shuffle you can check yourself. Also free: cribbage · gin rummy.

Euchre

Four players, two teams, twenty-four cards, five tricks a hand. You sit south with North as your partner. First side to ten points wins — and the jack of the same colour as trump is a trump card, which is the whole game.

Stick the dealer is on — if everyone passes twice the dealer must name a suit. The deal is committed before it is dealt and the seed is handed to you afterwards, so you can re-deal the whole game yourself.

The left bower, and why it breaks everybody

Euchre has one rule that no other common card game has, and it is the rule that decides the game. The jack of the trump suit is the right bower and is the highest card in play. The jack of the other suit of the same colour is the left bower — and it becomes a trump card, ceasing to belong to its printed suit for the whole hand.

So with hearts as trump, the jack of diamonds is a heart. It must be played when hearts are led. It may not be played when diamonds are led. It beats every diamond ever printed and it beats the ace of hearts. When the hand is over it goes back to being a diamond.

Two consequences follow, and between them they account for most of the confusion at every euchre table on the internet. The trump suit has seven effective cards, not six. The suit of the same colour has five, not six. Every piece of mental arithmetic a new player does about "how many spades are left" is wrong until they have internalised that, and the arithmetic is the game.

Here is what that actually looks like online. A player on r/euchre, October 2024:

"I'm playing Euchre online at cardgames.io and I don't understand why I can't play my king or ace of spades when my (AI) partner is leading with a spade. Is this some rule that I'm not aware of?"

The site was right. The partner had led the left bower, which is a spade for that hand, so it was a spade lead and following suit was compulsory. The same question was asked again in February 2025 by a different person. The incumbent applied the rule correctly and the player still had to leave the game to find out why.

Meanwhile the app stores are full of the opposite failure — implementations that get the same rule wrong. "Game will not recognize the left vs. right jacks" (Super Euchre!, ★4). "Sometimes the other team reneges when the left Bauer is played." (Euchre Classic Card Game, ★3). "Doesn't always understand opposite Jack. Doesn't always follow suit" (Euchre ++, ★1).

So this board does three things about it. Once trump is set, the bowers are badged on the card itself — R and L, with the left bower carrying the trump pip while still showing its real face, because at a real table you have to recognise the real card. The trump counter says seven and names how few the same-colour suit has left. And when following suit binds, the board says why in a sentence, on screen, at the moment of confusion: "Spades were led, and your J♣ IS a spade this hand — the left bower. So it counts as following suit and you have to play a spade." Tap a greyed card and you get the same answer rather than a click that does nothing.

The numbers, and where they came from

The euchre deck is 24 cards — 9, 10, jack, queen, king and ace in four suits — so there are C(24,5) = 42,504 possible five-card hands. That is small enough to walk end to end, and tools/euchre_test.mjs walks every one of them through the engine's own trump test and checks the result against a hypergeometric closed form the engine cannot influence. Every figure below is enumerated, not estimated.

Fact about a dealt handExactly
Possible five-card hands42,504
Effective cards in the trump suit7
Effective cards in the same-colour suit5
Effective cards in each of the other two suits6
Average number of trump in a hand35/24 = 1.4583
Hands with no trump at all6,188 = 14.559%
Hands with exactly one trump16,660 = 39.196%
Hands with exactly two trump14,280 = 33.597%
Hands with three or more trump5,376 = 12.648%
Hands with all five trump21 = 0.0494%
Hands holding both bowers1,540/42,504 = 5/138 = 3.6232%
Hands holding no bower at all26,334/42,504 = 57/92 = 57.957%
Hands of nothing but 9s and 10s (a "farmer's hand")56 = 1 in 759
Distinct deals (four hands of five plus the four-card kitty)124,672,148,625,024

That table is also the proof the engine is right, and the reason is the left bower. A euchre engine that keys follow-suit off the printed suit gives the trump suit six cards instead of seven, and every single row above moves — the no-trump bucket jumps from 6,188 to 8,568. Our suite runs the walk a second time with the bower rule deliberately deleted and asserts that the answer changes, because a check that cannot tell the two apart is measuring nothing.

What was checked against somebody else's numbers, and what was not

Euchre has no published solve. There is no perft, no OEIS sequence, and neither Pagat, the Bicycle official rules nor Wikipedia print a single probability. What does exist is a handful of hobbyist odds pages, and our suite reproduces every checkable figure on two of them — the whole trump-distribution table on euchre.cards, and five separate figures on euchre.com including "all four jacks" at 0.0471% and "no face cards" at 1.86%.

It also refutes four published figures, which is a stronger result than agreeing with them. euchre.cards says a bower is in the kitty about 29.1% of the time; it is 31.159% for at least one and 28.986% for exactly one, and 29.1% is neither. It says the kitty holds no trump about 42.1% of the time; the true figure is 22.398%, and 42.1% is (18/24)³ — a three-card calculation printed against a four-card kitty, contradicting the model on the same page. It gives 0.10% for "both bowers plus the ace and king of trump", while euchre.com gives 0.0471% for "all four jacks" — those are the same quantity, four named cards landing in a five-card hand, and it is 20/42,504 = 0.047054%. euchre.com is right. And a Stanford course paper on reinforcement-learning euchre puts the deal count at roughly 10²²; it is 1.25 × 10¹⁴, because the paper's denominator reads 5!×4 + 3! = 486 where it should read (5!)⁴ × 4! = 4,976,640,000.

We are not claiming those pages are ground truth. They are anonymous hobbyist tables and we say so in the suite. The load-bearing check is the exhaustive walk against a closed form, plus a second, independently written implementation of the follow-suit rule that audits every card of thousands of self-played hands. Reproducing a published table is corroboration; refuting one is more interesting; neither is a solve.

How to play euchre

Four players in two partnerships, sitting opposite their partner. A 24-card deck — 9, 10, J, Q, K, A of each suit. Everyone gets five cards, and the twenty-first card is turned face up. Three cards are never seen.

The two rounds of bidding, and they are different games

Round one is about the turned card. Starting to the dealer's left, each player may order it up or pass. If somebody orders it up, that card's suit becomes trump and the dealer picks the card up and discards one face down, so the dealer's hand is briefly six cards and one card is buried for the rest of the deal. The dealer ordering it up themselves is called taking it up.

Round two only happens if all four pass. The card is turned down, its suit is dead for the hand, and each player in turn may name any other suit as trump. Nobody picks anything up in round two.

Stick the dealer is on here: if everyone passes in round two as well, the dealer cannot pass and must name something. That is a variant, not the classic rule — Pagat and Wikipedia both file it under variations and Bicycle does not mention it at all — but it is now the norm online, and cardgames.io made it permanent in 2020 "after a lot of requests". It exists to kill dead hands. It also creates a lot of bad calls: in 3,000 forced calls in our own suite the stuck dealer was euchred 33.0% of the time, against 18.7% for a call somebody chose to make.

Going alone

Whoever names trump may go alone. Their partner's hand is out — set aside entirely, so each trick has three cards in it and the lead skips that seat. It pays 4 points for all five tricks. It pays 1 point for three or four, which is the same as an ordinary make, and is the trap: a loner who takes four gets one point for the risk. A loner who takes fewer than three is euchred exactly like anyone else.

Playing the tricks

The player to the dealer's left leads the first trick. You must follow the suit led if you can — remembering that the left bower is trump, not its printed suit. If you cannot follow, you may play anything, including trump. The highest trump wins; if no trump is played, the highest card of the suit led wins. The winner leads the next trick.

Scoring

Tricks taken by the side that named trumpWith a partnerAlone
All five — a march24
Three or four11
Two or fewer — euchred2 to the other side

Game is to 10. Winning while the other side is on two or fewer is a skunk.

One cell of that table is genuinely disputed and we have picked a side. Bicycle, Pagat, Wikipedia and the 1888 Laws of Euchre of the Somerset Club of Boston all agree on every figure above except a euchred loner: the 1888 Laws say the adversaries score four ("If he fails to take three tricks he is euchred, and the adversaries score four"). We use the modern 2. The 1888 Laws also set the game at five points rather than ten, and forbid discarding the card just turned up, which we allow and no modern source mentions either way. Those choices are asserted in the test suite so they are visible rather than accidental.

Strategy, briefly

Count the bowers, not the jacks

A hand with the jack of clubs is a hand with a middling club — unless spades are trump, in which case it is the second-highest card in the game. The same card. This is why euchre players talk about "next" (the suit of the same colour as the turned card) and "green" (the other two): when a card is turned down, the two jacks of that colour are the cards everybody is thinking about.

What a hand is actually worth

Our bot prices a hand with a model you can read off the coach panel: right bower 3.00, left bower 2.50, ace of trump 2.00, king 1.45, queen 1.00, ten 0.65, nine 0.45; an off-suit ace 1.00, an off-suit king 0.30; and 0.55 for a void — but only if you hold trump, because a void with no trump is not a ruffing chance, it is a hole. That last condition is the one naive models leave out.

The break-even points were measured, not chosen. Thirty thousand hands were dealt, called at every strength and played out: a call in round one pays off above 5.45, a call in round two above 4.90, and going alone beats calling with a partner above 7.40. The satisfying part is that the measurement landed on the folk rules by itself — "three trump including a bower" prices at 3.00 + 2.00 + 0.45 = 5.45, and "two trump and two off-suit aces" at 2.00 + 1.45 + 1.00 + 1.00 = 5.45. Neither number was put there on purpose.

Do not trump your partner

If your partner is winning the trick and nothing left can beat their card, throw your worst card away. Spending a bower to overtake your own side is the single most common complaint about every euchre app there is — "The AI partner plays like he's trying to get you to lose" (Euchre 3D, ★2), "Your AI partner's sole objective is to bleed trump, whether it makes sense or not" (Euchre 3D, ★1). Our Medium bot stands off only when it is last to play, which is the beginner's version of the rule; Hard also counts what it has seen, so it knows when the trick is already safe.

A euchre shuffle you can actually check

Every card game online gets the same accusation and gives the same non-answer. Euchre gets it worse than most, and the reviews are unusually specific about it: "In real life I've never had as many hands with all Nines and Tens. Every game, at least 5 hands have 3-4 nines or tens. Ridiculous. Seriously fix the algorithm." "This game is rigged and I don't care how much the devs say it's not." Both Euchre 3D, July 2026. The operator's reply is always that the generator is secure, which is a true statement that answers nothing — a secure generator says nothing about the code deciding when to call it.

So this table does not ask you to believe anything. Before a card is dealt it publishes SHA-256 of a secret seed in the panel beside the table, and you supply a seed of your own. Every shuffle is a pure function of those two values and the hand number, and of nothing else. When a hand is over we hand you that hand's seed; when the game ends we hand you the master seed. You hash it, check it matches the commitment you were shown at the start, and re-derive the exact 24-card order and the exact five cards you were dealt. Press Check the deals and the page does it in front of you; press Copy the receipt and you get every input, output and line of derivation so you can redo it in any language.

The derivation is deliberately small enough to re-implement: hash master : n for the hand's seed, hash handSeed : yourSeed : n : counter for a stream of bytes, then run an ordinary Fisher–Yates over 0…23 taking each swap index from the next byte — rejecting the few values at the top of the byte range that would make low cards very slightly likelier, because 256 is not a multiple of 24 and that skew is precisely the "not truly random" a suspicious player would be right to look for. A card is rank × 4 + suit. Cards go out one at a time from the dealer's left for five rounds and deck[20] is turned up.

And for the record, the complaint is not baseless — it is just miscalibrated. A hand of nothing but 9s and 10s is real and it is 56 of 42,504, one deal in 759. Across four players that is one hand in 190, so in a long session you will see several. What people are noticing is real; what they conclude from it is not, and only arithmetic settles that.

What this does not prove. Against bots the whole thing runs in your own tab — there is no server, so this proves the deal was fixed before the cut and matches the seed, and it proves nothing about a machine somewhere else. That is the honest scope, and it is still more than any euchre app we could find offers. The same protocol on our dice has a SHA-256 self-test against the published FIPS 180-4 vectors, so you can satisfy yourself the hash really is SHA-256 before you trust anything computed with it.

What this table does and does not do

It plays four-handed partnership euchre, 24 cards, first to 10, with stick the dealer on and going alone available in both rounds of bidding. Everything below is honestly missing, and the page says so rather than letting you find out.

🔴 There is no live play against people yet. This is you against three bots. Four-handed live euchre needs a four-seat room with hidden hands, seat assignment, and a disconnect story for three other people, and we have not built and tested it — and an untested live layer is worse than an absent one. Autocomplete for "play euchre online" is dominated by free, no download and with real people, so this is the biggest gap on the page and we are not pretending otherwise. Our cribbage and gin rummy tables do have live play on a four-letter room code.

No variants. No bid euchre, pepper or Hasenpfeffer; no three-handed or cut-throat; no 3-v-3; no joker or "benny"; no no-trump; no call-for-best. No farmer's hand — worth naming because the three published definitions of it contradict each other, splitting on whether it means five 9s and 10s or merely no jacks and aces, and on whether it is resolved by a misdeal, a re-deal or a three-card swap with the kitty. No defending alone, which Pagat and Wikipedia both score at 4 points, Bicycle does not mention, and the 1888 Laws forbid outright.

The bots do not search. They are a hand-valuation model plus four play heuristics, and we would rather describe them exactly than call them "expert". Over 300 whole games, Hard beats Easy 97.3% of the time and Medium 58.0%. That 58% is a real edge and it is not a large one — the two share a play routine and differ in their bid thresholds and in one card-counting rule — and reporting it is more useful than a difficulty label. Nothing here is solved, and the break-even thresholds are a lower bound rather than an optimum, because passing is not worth zero either.

What each level actually does

Easy calls on almost anything, jitters its valuation heavily, never goes alone, and plays a random legal card. It exists so a complete beginner can finish a game and so the rules can be learned without being punished.

Medium bids about a trick's worth of hand too loose, and its partner awareness is the beginner's version: it stands off your partner's trick only when it is the last to play.

Hard bids at the measured break-even, tracks every card it has legitimately seen — the played cards, its own hand and, if it is the dealer, the card it buried — and uses that to know when a trick is already safe. It never looks at anybody's hand.

Questions people ask

How do you play euchre?

Four people in two partnerships, 24 cards, five cards each, twenty-first card turned up. One round of bidding on the turned card (the dealer picks it up and discards), then a second round naming any other suit. Five tricks. The side that called trump needs three: three or four scores 1, all five scores 2, and failing scores 2 to the other side. First to 10.

What is the left bower?

The jack of the other suit of the same colour as trump. It is a trump card for the whole hand — second only to the jack of trump itself — and it stops belonging to its printed suit, so it follows a trump lead and cannot be played on a lead of its own printed suit.

Why can't I play my spade when my partner led a spade?

Because they almost certainly led the left bower, which is a spade this hand, so it is a spade lead and you must follow. This board tells you so on screen instead of leaving you to ask.

How does going alone work?

Your partner's hand is out and the trick is three cards. Five tricks scores 4; three or four scores 1; fewer than three is a euchre and the other side gets 2.

What is stick the dealer?

If everybody passes twice, the dealer must name a suit. A variant, on by default here, and it is why hands are almost never thrown in. It produces a lot of euchres — 33.0% against 18.7% for a call somebody chose.

How many cards are in a euchre deck?

Twenty-four, giving 42,504 possible hands. Once trump is set the trump suit effectively has seven cards and the same-colour suit has five.

Can I play euchre online with friends?

Not here yet — this page is bots only and we say so rather than implying otherwise. Our cribbage and gin rummy tables do have live play against real people on a four-letter code.

Is this euchre free?

Yes. Every level, every hand, no account, no daily limit, no coins to buy and no adverts between you and the table. Nothing here is locked and nothing is sold.