Nine squares, three opponents
Tic tac toe is the smallest complete-information game most people ever learn. Two marks, a 3×3, three in a row. KeenMind Lab’s board is the same game with three computer opponents and a local two-player mode, dressed in the same surfaces as the reaction tests. Easy plays a random legal square — it will hang itself if you let it. Medium blocks an obvious win and takes one if it sees it, then otherwise plays randomly; it feels human, which is why people stay. Impossible runs minimax to the leaf. It will not lose. A draw is the best result you can force, and forcing it is the retention hook.
You are X and you move first against the computer. First-move advantage in tic tac toe is real: perfect play is always a draw, but the first player is the one who has to know the opening. Center, then a corner, is the line that holds. An edge opening against Impossible will still draw if you play perfectly afterward, but the tree gets bushy and people blunder. Two-player local is a pass-and-play on the same device — no accounts, no rooms, no latency. Marks alternate. The win highlight is the three-in-a-row, not a fireworks reel.
Why Impossible is the point
A tic tac toe page that only has a random AI is a toy you close. A page with an unbeatable opponent is a puzzle you reopen. People search “unbeatable tic tac toe” and “tic tac toe impossible” because they want to know if the claim is real. It is. Minimax on a 3×3 is tiny — nine plies, a few thousand nodes, no heuristics required. The computer does not “get better.” It was done on the first move of the first game. If you think you beat it, you hit two-player by mistake, or you are remembering a different site.
Wins, losses, and draws persist on this device across sessions. The number we keep as a personal best is wins, because that is the thing people want to accumulate against Medium. Against Impossible the interesting statistic is draws. A run of draws means you learned the tree. A loss against Impossible means you left a fork on the board — two threats at once, only one block. That is the only way it beats you. Learn to see forks and the losses stop.
A casual board that still links to the lab
This page is in the casual section on purpose. It is easy, it is short, and it is for a general audience. It is not framed for children, and it does not use a different visual language. After a few rounds, the reaction time test and the aim trainer are a different kind of three-in-a-row: time and precision instead of a tree. Memory match is the quieter sibling. Snake is the one that asks for a thumb instead of a plan.
Ads never sit on the board. They hide if we ever put this page in a fullscreen state, and they live in the article below. Personal bests and the W–L–D record stay in localStorage. There is no account and no chat. If you want to play a friend who is not on the couch, send them the link and sit on two-player when they are next to you.
AI levels
| Level | Behaviour |
|---|---|
| Easy | Random legal move |
| Medium | Takes wins, blocks you, else random |
| Impossible | Minimax — unbeatable |
| Two player | Pass-and-play on this device |
How to improve your score
- Take center on move one. Center participates in four winning lines. Corners participate in three. Edges in two. Start in the middle.
- Answer a corner with a corner. If they opened in a corner and you took center, the opposite corner is the drawing reply. An edge reply can leak a fork.
- See forks before they land. A fork is two threats at once. Impossible wins only by forks. Scan empty cells for dual threats after every move.
- Draw Impossible on purpose. Do not play for a win against minimax. Play for the draw. The wins will not come and chasing them is how you lose.
- Use Easy as a teaching board. If you are showing someone the game, Easy hangs itself. Medium is the one that feels like a person.
FAQ
Can I beat Impossible?
Not if it is actually minimax and you both play legally. Perfect tic tac toe is a draw. You can lose to Impossible by leaving a fork. You cannot force a win.
What does Medium do?
It takes a winning move if one exists, blocks yours if you have one, and otherwise picks a random legal square. It will miss forks. That is why it is fun.
Is there a two-player mode?
Yes. Local pass-and-play on this device. X starts. No accounts and no online matchmaking.
Do you save my record?
Wins, losses, and draws stay in localStorage on this browser. We do not upload them. Clearing site data wipes the slate.
Why is this on a human-benchmark site?
Because people finish a reaction test and want something that is not a clock. Casual games on KeenMind Lab use the same design system and sit in their own section so the benchmarks stay the benchmarks.
Try a related test
- Memory Match — Flip two cards at a time. Find every pair. Moves and time count.
- Snake — Eat, grow, don't hit yourself. Arrows and swipe. Three speeds.
- Reaction Time Test — How fast can you respond when the screen goes green?