
Checkers is the game everyone already knows how to play, which is exactly why the app version gets reached for during a layover, a waiting room, or a slow afternoon. There is no rulebook to relearn and no lobby to sit in. So we built a free browser version of the same classic: full 8x8 board, mandatory captures, kings that move backward, and an opponent that actually thinks. No install, no account, no ads. Tap a piece and you’re playing.
Play Checkers now
Tap a red piece to see its legal moves, then tap a highlighted square to move. Captures are forced when one is available.
How to play
You play red, the computer plays black. Tap or click one of your pieces and its legal destinations light up; tap a highlighted square to move there. If a capture is available anywhere on the board, you must take it, and a piece that lands with another jump open keeps jumping in the same turn until it runs out of captures or reaches the far row. Reach the opposite end and that piece becomes a king, marked with a small gold star, free to move and capture in all four diagonal directions from then on.
The badge above the board names today’s opponent: a rotating personality (Calm, Sharp, or Ironclad) that changes with the calendar date, so the challenge is a little different if you come back tomorrow. Wins, losses, draws, and your best win streak are tracked at the top and saved on your device only. Keyboard players can tab into the board and use the arrow keys plus Enter to select and move.
How it compares to Checkers
This build plays a complete, honest game of checkers: standard 8x8 rules, mandatory captures, proper multi-jumps, and kings, against an opponent that runs real minimax search with alpha-beta pruning rather than picking moves at random. That covers what most people actually want from a checkers app — a fair, sharp single-player match whenever the mood strikes.
What it deliberately leaves out is everything built around that core match. The full Checkers app typically adds online multiplayer against other people, matchmaking and rankings, board and piece themes to unlock, and progress that follows your account across devices. None of that fits in a page meant to load instantly and disappear when you close the tab, so we left it out on purpose.
Our honest take: play here when you want one focused game against a genuinely competent AI, with nothing to set up. Install the full app once you want to play against friends, track a long-term rating, or pick your own board style.
Get the full app
Checkers is free on Android and adds online multiplayer, board themes, and account-based progress on top of the same classic ruleset.
Frequently asked questions
Can I play checkers online for free?
Yes. The board above is playable right now in any modern browser, on desktop or mobile, with no download and no account. It works the same on a laptop or a phone screen.
Is this the official Checkers app?
No. This is an original implementation of the classic public-domain game of checkers (also called draughts), built by our team and inspired by the standard ruleset. It is not affiliated with, endorsed by, or connected to any particular Checkers app publisher. The link above points to a full-featured Checkers app if you want the version with online multiplayer and themes.
Does it work offline and without signing up?
Yes. Once the page has loaded, there is nothing to sign up for and nothing to install. Your stats and streak live in your browser’s local storage on your device, not on a server.
Can I play against a friend instead of the AI?
This browser version is built for solo play against the AI, tuned with a different personality each day. If you want to play against another person, the full Checkers app linked above supports online matches against real opponents.
How does the AI decide its moves?
It searches ahead several moves using a minimax algorithm with alpha-beta pruning, weighing material, king safety, and board control rather than picking a move at random, so it plays a genuinely competitive game rather than just following the rules.