War Is Coming to 6proclub: The Fastest Provably Fair Card Game
War — the simple deck-cutting card game everyone played as a kid — is launching next on 6proclub. Same provably fair engine as backgammon, but applied to a 52-card shuffle. Here is what is shipping.
The next game shipping on 6proclub is War — the card game that takes about thirty seconds to learn, two minutes to play, and is exactly the kind of fast-paced wager backgammon is not.
You probably know the rules. Each player turns over the top card of their pile. Higher card wins. Same rank? You go to war — three cards face down, one face up, the higher face-up card takes the whole pot. Repeat until somebody runs out of cards. The whole game can be over in under a minute.
What is interesting is not the game. The game is older than the printing press. What is interesting is what happens when you put a 5,000-year-old card game on a platform whose entire premise is cryptographic fairness.
The fairness model
Backgammon's fairness story is about dice. Every roll on 6proclub is generated through a SHA-512 commit-reveal hash chain so the server can never tweak the outcome and you can verify any roll yourself.
War's fairness story is different — there are no dice. There is a deck of 52 cards, and the entire game outcome is determined by the order of that deck. So the fairness primitive becomes:
Prove that the deck order was committed before the game started, and was not modified during play.
The protocol is the natural translation of the dice flow:
- Before the game starts, the server generates a random server seed and publishes its SHA-256 hash as a public commitment.
- You contribute a client seed from your browser.
- The deck is computed by hashing
(server_seed + client_seed + nonce)with SHA-512 to derive a deterministic permutation of[0..51]— a Fisher-Yates shuffle driven by the hash output. - At game end, the server publishes the original server seed.
- You verify by re-hashing it and confirming it matches the commitment from step 1, then re-running the shuffle yourself and confirming the deck matched what was played.
If any of those checks fail, the game is provably tampered with. If they all pass, the deck order was set in stone before any card flipped, and neither side could have known it.
The verify page for any War game shows you all five values: server seed (revealed), client seed, nonce, deck (as an ordered list of 52 cards), and the resulting outcome. You — or anyone — can re-derive the entire game from those numbers.
Why bother proving a card-game shuffle?
Because most online card-game platforms cannot.
If you play War on a typical online card site, you have no way of knowing whether the deck was honestly shuffled. The server picks the cards. The server picks the wars. The server picks the winner. You are trusting that the platform's engineers wrote a fair shuffle and that the platform's product manager did not lean on them to nudge it.
That is the entire reason 6proclub exists. We picked games with crisp randomness primitives — backgammon (dice), War (shuffle), and (next) Liar's Dice (hidden state) — and built a platform where every primitive's randomness is provable. Not promised. Not certified by an audit firm. Provable.
War is the second game in that lineup. It is also the simplest, which is exactly why it is the right game to ship second: a clean test case for the deck-shuffle primitive without the additional complexity of long-running game state.
Two modes: Quick War and Full War
6proclub ships War in two modes:
Quick War
A single round of War — the entire game decided in one card flip per side, with up to three recursive war tiebreakers if the cards keep matching. Total game length: under thirty seconds.
The deck layout is rigorous: the first 26 cards of the shuffled deck are reserved for the round-1 flip plus three potential wars (3 burn cards + 1 face-up per side, three times). Cards 27–52 are unused in Quick War — they remain in the deck, available to verify, but the game cannot reach them.
If all three wars also tie (mathematically rare — one in roughly 50,000 games), a deterministic tiebreaker kicks in: highest face-up rank across all eight face-ups wins. If even those are equal, the round-1 cards are compared by suit (clubs < diamonds < hearts < spades). No split pots, no nulls, ever.
Quick War is the format for fast wagers, leaderboard skirmishes, and the "I want a result in thirty seconds" mood. It is also exceptionally fair — the whole thing is one deterministic function of the deck, and you can verify it.
Full War
The classic. Each player gets 26 cards. Each round, both top cards flip; higher wins, takes both; ties trigger war. The game ends when one player runs out of cards.
Full War games last 5–15 minutes on average. They feel like the kid-on-the-floor-with-a-deck version, because that is what they are — but with the deck mathematically guaranteed to have been shuffled honestly.
A safety cap of 200 rounds prevents the rare pathological loop where two equal players trade pots forever. If the cap is reached, the player with the larger pile at that moment wins. Equal piles at cap = split pot (very rare).
When is War launching?
Soon. The rules engine, backend service, and 3D table are all in active development. By the time you read this, the games hub at /games probably shows War with a "Coming soon" tag — that is the staging marker. When it flips to "Live", you can start playing.
The launch order beyond War is broadly:
- War (next, days/weeks)
- A short break for stability + retention data
- Rock Paper Scissors as the third game (commit-reveal of opponent's choice — different cryptographic primitive again)
- Liar's Dice as the most ambitious build (commit-reveal on hidden state — see the preview)
Each game in that lineup demonstrates a different cryptographic primitive applied to a different game shape. By the end of the lineup, 6proclub will have proven that "provably fair" isn't a single feature you bolt on — it is the substrate of how the platform handles randomness, end to end.
Why War belongs alongside backgammon
Backgammon is a skill game. War is, statistically, almost pure luck — a player with no strategy and a player with deep theory both win 50% of their games at the long-run scale.
Why ship War alongside backgammon then?
Three reasons.
One — different game lengths fit different moods. Backgammon games take 10–30 minutes. Sometimes you want a result in 30 seconds, with the same trust guarantees. War fills that slot.
Two — War is the natural training-wheels game for the platform's deeper games. A new player who has never played online for real money on a fairness-first platform can deposit, play War for a few minutes, verify the shuffle for themselves, and see that the math is what we say it is. That trust transfers to the deeper games.
Three — pure-luck games on a provably fair platform are something the iGaming industry has not really tried. Most casino sites are opaque-luck games (slots, wheel-spinners). Putting a transparent-luck game on a transparent platform is a different positioning, and it is one we want to inhabit.
If you want to be the first in your group to try it, open the games hub and watch for War to flip live. Or start a backgammon game right now while you wait — every roll provably fair, and the same engine that makes backgammon honest is what makes War honest too.
The fastest game in the club is shipping next. We will see you at the cut.