About Call Bridge
A folk card game from South Asia, an implementation of it that runs in your browser, and an honest account of how both work.
The game
Call Bridge is a trick-taking card game for exactly four players, using a standard 52-card deck dealt thirteen cards each. It is one of the most widely played card games in Bangladesh, India, Pakistan and Nepal, and it travelled with South Asian migration to the Gulf, the UK, North America and beyond.
The structure is simple. Spades are permanently trump — nobody chooses them, and they are trump in every round of every game. Before each round every player announces a number: how many of the thirteen tricks they intend to take. Take at least that many and you score them. Fall short and you lose the same amount. A call of 6 or more that you meet scores double, which is where most games are won and lost.
What makes it hold up is the asymmetry. Winning tricks is not the goal — winning the number you said is. Extra tricks are worth nothing, and taking double your call actively costs you. That single rule turns a game about strong cards into a game about accurate self-assessment, which is a much more interesting thing to be good at.
What it is not
It is not Contract Bridge. The shared word causes real confusion. Contract Bridge is a partnership game with a structured auction, a bidding language, an exposed dummy hand and a century of published theory. Call Bridge has one number per player, no partner, no dummy, and rules you can learn in five minutes. Its closest relative is Spades.
It is not a different game from Callbreak. Callbreak is the name that dominates mobile app stores and northern South Asia; Call Bridge is more common in Bengal and Bangladesh. The rules are the same game.
It is not Court Piece or Twenty-Nine. Those are partnership games where a player names the trump suit. Call Bridge is individual and trump is fixed. The distinction matters more than it sounds, because partnership play and solo play reward genuinely different judgement.
Why we built this
Call Bridge is a folk game. It has no governing body, no official rulebook and no inventor on record — it spread by being taught in person, which is also why every household plays a slightly different version. What it did get, eventually, was mobile apps: mostly free-to-install, mostly stuffed with interstitials, and mostly built around selling you chips.
We wanted the opposite. A version that opens instantly, plays fast on a mid-range phone, never interrupts a round to sell you anything, and does not require an account to try. Nothing in the game is locked behind a payment, because there are no payments. There is no currency, no energy meter, no chips and no advertising at the card table.
We also wanted the rules written down properly. Because there is no canonical version, any implementation has to make choices — and most simply present their choices as “the rules”. Ours are documented explicitly, including the places where reasonable tables disagree.
How it is built
The game logic lives in a single shared engine package. The same code that decides who wins a trick and how a round scores runs on the server for multiplayer and in your browser for solo play, which means the two modes cannot quietly drift apart — a common failure in games that reimplement their rules per platform.
Solo games run entirely on your device. Once the page has loaded there is no round trip to a server for each card, so a game that has started will finish even if your connection drops completely. This matters more than it sounds on congested mobile networks.
Multiplayer holds your seat. If you disconnect mid-round you get a 30-second grace period during which an AI plays your hand rather than collapsing the table for everyone else. Reconnect inside that window and you take your seat back with your score and your call intact.
Three AI difficulty levels. Easy plays loosely and bids optimistically. Hard counts what has been played, bids close to its actual hand strength, and will deliberately take tricks off you to break your call. Shuffling uses a seeded generator so games are reproducible for debugging.
There is nothing to install. It runs in any modern browser, and because it is a progressive web app you can add it to your home screen and it will open like an ordinary app. Native mobile apps are in development but are not published yet — when they are, they will be linked from the download section on the homepage.
The rules we implement
There is no official version of Call Bridge, so these are choices rather than standards. A table that plays differently is not playing it wrong.
What's included
How this is paid for
Running real-time multiplayer costs money — servers, a database, bandwidth. Since the game has no purchases of any kind, that has to come from somewhere, and it is worth being straightforward about where.
The written guides and articles on this site carry advertising served by Google. That is the entire business model. The card table itself — the game at bridgeplay.online/app — displays no advertising and loads no advertising scripts, because a game that interrupts a round to show you a video is the thing we were trying to avoid building.
What we do not do: sell your data, share your account details or match history with advertisers, or gate any feature behind a payment. Details of what Google collects, and how to opt out of personalised advertising, are in the Privacy Policy.
Regional guides
The game is named, played and argued about differently depending on where you are. These guides cover the local vocabulary, the house rules that vary, and how Call Bridge relates to the card games it sits alongside in each place.
Contact
Have a question, found a bug, or disagree with a rule interpretation?
Email support@bridgeplay.online. We read every message and typically respond within 48 hours. Rule disputes are genuinely welcome — the game has no authority to appeal to, so if your table plays a variant we have not documented, we would like to hear about it.