Find the Mistake Game is a five-round visual puzzle in which you inspect twelve details on each board, select the single visible detail that breaks the printed rule, and score exactly 1,000 points by clearing all five fixed rounds. Every board uses a four-column by three-row grid and states one plain rule above the artwork. Eleven details follow that rule; exactly one does not. The challenge changes from board to board, so you may compare arrow direction, count dots, inspect horizontal bars, count wheel spokes, or judge a diagonal stripe. The anomaly is based on the named visual property rather than color alone, outside knowledge, a trick question, or a hidden animation. In the Find the Mistake Game, the goal is not to find several arbitrary differences. It is to make one careful comparison per round. Pointer, touch, and keyboard controls all lead to the same logical cell-selection result. A correct choice is worth 200 points, and five correct choices produce the fixed total of 1,000 points.

A Rule-First Visual Puzzle
The game gives you a rule before you inspect the details. That makes the task more focused than searching an image for anything that looks unusual. Read the sentence above the canvas, identify the property it names, and use that property as your comparison standard. The board contains twelve visible details, arranged in four columns and three rows. You are looking for one exception among eleven matching details, not for a collection of small changes or a hidden target.
The five rounds use different objects and different properties. The printed rule is the only normal-value guide you need; the game does not require an unstated convention or external knowledge. Each round is authored as a fixed fixture, and restarting gives you the same five boards, rules, layouts, and scoring behavior.
Use the following reference to keep the comparison centered on the property that matters:
| Board | Printed rule to inspect | What to compare |
|---|---|---|
| Signal Yard | Every signal should point northeast | Direction of the arrows |
| Dot Registry | Count the dots in the circular badges | Number of dots |
| Gate Ledger | Compare the number of horizontal bars | Bar count |
| Wheel Workshop | Compare the spokes on the wheels | Number of spokes |
| Flag Archive | Check whether a diagonal stripe rises from left to right | Stripe orientation |
Because the property changes each round, a strategy that works for arrows will not necessarily help with dots or spokes. Reset your mental checklist at the start of every new board. Ask what the rule names, scan all twelve positions, and then look for the one detail whose visible value conflicts with the stated normal pattern.
Find the Error in Each Board
- Open the game and read the rule printed above the first board. Name the property aloud or mentally: direction, count, or stripe orientation.
- Compare all twelve visible details in the four-column by three-row grid. Check each detail against the rule rather than relying on the first unusual-looking item you notice.
- Select the single exception. With a pointer or touch screen, tap the tile directly. With a keyboard, focus the board, move the dashed scanner with the Arrow keys, and press Enter or Space to select the current tile.
- Read the status and accessibility message after the selection. A correct choice explains the result, adds 200 points, and immediately advances to the next board. A normal tile is a wrong selection.
- Repeat the same rule-first process for all five boards. The score progression is five correct selections × 200 points each = exactly 1,000 points at completion.
The controls do not change the puzzle. Pointer and touch input select the visible cell, while keyboard input moves through the same logical grid. Both paths use the same pure cell-selection reducer, so the result is consistent for the same cell. On a narrow screen, the four equal columns remain inside the game container and the visible cells stay comfortably larger than a 44-pixel touch target.
Touch, Pointer, and Keyboard Controls
Touch and pointer users can select a detail directly on the canvas. The game converts the visible tap position into the corresponding logical four-by-three cell, including deterministic behavior at the outer edge and exact row or column boundaries. You do not need to click twelve separate answer buttons. The artwork is rendered as one responsive canvas, which keeps the interaction visually clean and makes the selected position part of the same board the keyboard player scans.
Keyboard users begin by focusing the board. The Arrow keys move a dashed scanner across the grid. Enter or Space selects the cell currently under the scanner. The scanner’s accessible label describes that tile’s public visual property, such as its direction or count, so you can make the same visual comparison without relying on a hidden answer attribute. Repeated keydown events do not create multiple submissions, and system-modified shortcuts are ignored.
Both input methods end by calling the same selection logic. That shared route gives pointer, touch, and keyboard play the same success result or wrong-cell signature. It also means the physical method is a matter of preference. A mouse tap and an Enter keypress on the same logical cell are equivalent, while cursor movement and canvas resizing do not alter the authored layout.
What Happens After a Miss
The game treats an incorrect normal cell as a distinct wrong selection for the current round and logical cell. The first distinct wrong cell is repairable: if you find the anomaly afterward, the round advances normally and that repairable error is cleared. Selecting the same normal cell again does not consume another error because the signature combines the current round and the logical cell.
A second different normal cell ends the run in deadlock. A second distinct miss closes the round in that terminal state, and the game cannot be changed by later pointer selections, keyboard selections, cursor movements, or invalid coordinates. The score, round, feedback, and error history remain frozen after completion or deadlock. This policy makes the distinction between repeating the same miss and trying another normal tile important.
Restart returns the game to its exact initial state: the first board, the first scanner cell, zero points, no errors, and no terminal flag. The shared game shell also retains its local best-score display, Restart control, and double-Escape Boss Key behavior. Restarting does not create a new random arrangement; it restores the same reproducible five-board route. Everything runs locally in the browser, with no selection sent to a server, no image upload, and no hardware permission required.
A Fixed Route for a Clear Finish
The clearest way to play is to slow down just enough to name the rule before scanning. On Signal Yard, check northeast arrow direction. On Dot Registry, count the dots in every circular badge. On Gate Ledger, compare horizontal bar counts. On Wheel Workshop, inspect the spoke count. On Flag Archive, decide whether each diagonal stripe rises from left to right. Once the property is clear, work systematically across the rows instead of choosing whatever detail catches your eye first.
The fixed five-board structure gives you a simple completion target. Each correct anomaly is worth 200 points, and each successful round immediately presents the next authored board. No board depends on color alone, and no board asks you to infer a hidden answer. The five fixtures are deterministic: there is no shuffled layout, random anomaly, daily challenge, network response, or adaptive difficulty. The same clear rules and same board sequence return after a restart, making the result reproducible across pointer, touch, and keyboard play.
Use the status text and live result message as confirmation, but let the printed rule decide the answer. A correct cell ends the current comparison and moves you forward; a normal cell is recorded according to the round-and-cell error policy. If the run completes, the final score is exactly 1,000. If it reaches deadlock, use Restart to begin again from the first scanner cell. The score is only a record of completing these five fixed entertainment boards under their printed rules, not a measure of vision, attention, intelligence, reaction time, cognition, education, work performance, or health.
For a deeper look, see How to Avoid Common Mistakes in the Light Burst Game.
For a deeper look, see Map Coloring Game: Five Maps With Proven Minimum Palettes.