Domino Chain Reaction is a five-level browser puzzle where you place a limited set of upright dominoes on a fixed 5×5 grid and push a fixed START tile to trigger a real, ordered cascade toward a goal bell. Each workbench is its own compact board with one starting cell, one goal cell, a set of open placement slots, and a strict tile budget that you must respect. There are no sliders, dice, timers, or physics knobs to fiddle with, so the entire challenge comes from planning the route the reaction will follow. When you press the push, the engine runs a deterministic breadth-first traversal from START through every connected placed tile, rotates each reached tile into a fallen state, and labels them in fall order. If the cascade reaches the goal you earn 200 points and unlock the next workbench; if it stops short, you see exactly where the chain died. Solving all five workbenches for an exact score of 1,000 is the goal of every run, and the rules are deliberately visible from the first level to the last.

Inside the 5×5 Workbench
Every workbench in Domino Chain Reaction is a fixed five-by-five grid drawn from the same rulebook. Two of the twenty-five cells are reserved: one holds the START tile that anchors the cascade, and another holds the goal bell that ends a successful run. The remaining slots are visually identical before you commit to a placement, so the board never hints at the correct route through labels, hidden fields, or accessibility text. You place upright dominoes by tapping or clicking any open slot, and you remove them with the same gesture. The number of placements you can make is fixed by the tile budget for that level, and neither START nor the goal counts against the budget.
The rules are deliberately tight. A falling tile can only trigger a tile directly above, right, below, or left of it. Diagonal neighbours never carry the reaction, and any empty gap ends that branch of the cascade on the spot. Because every open slot looks the same and no future fall order is shown, you must infer the useful chain from placement, adjacency, and the number of pieces available. The workbench dimensions stay constant across the five boards, so added difficulty comes from spatial reasoning rather than from shrinking controls or shifting rules.
| Workbench | Introduced mechanic | What you must solve |
|---|---|---|
| Level 1 | Short direct handoff between START and the bell | Reach the goal with a straight connected route |
| Level 2 | Downward travel across the grid | Keep the chain moving vertically without a gap |
| Level 3 | Shelf-like turns through corners | Redirect the cascade with a single orthogonal turn |
| Level 4 | Switchbacks using limited pieces | Use the budget deliberately rather than fully |
| Level 5 | Longer final cascade | Bridge every Manhattan gap to score 1,000 |
How to Play Domino Chain Reaction
- Inspect the workbench: locate the fixed START tile, the goal bell, the visually identical open slots, and the tile budget shown above the grid.
- Tap or click any open slot to place an upright domino; tap or click the same slot again to remove it. Use only as many pieces as your budget allows, and remember that START and the goal never consume the budget.
- Trace a proposed route using shared edges only. Confirm that every planned transition connects through the top, right, bottom, or left edge of a placed tile, and that no two consecutive pieces touch only at a corner.
- Press Push the start to run the cascade. The engine performs a deterministic breadth-first traversal from START in the neighbour order up, right, down, left, rotating each reached tile into a fallen state and labelling it in fall order.
- Read the numbered fall sequence on the board. If the goal is reached, the level awards 200 points and unlocks the next workbench; if the cascade stops short, the last numbered tile shows exactly where the chain died.
Scoring, Strikes, and the 1,000-Point Run
Each workbench awards exactly 200 points when the cascade reaches the goal bell, and there are five workbenches in a complete run, so a perfect score is exactly 1,000 points. The score does not reward partial credit: a stopped cascade that fails to reach the goal earns nothing for that level, and the workbench stays open until you change your layout and try again. The engine only stops a successful cascade when the goal is reached, and it only stops a failed cascade when no newly connected upright tile remains, which means a stray gap or a stray branch will visibly end the reaction.
The strike system is just as deliberate. Each workbench permits two distinct failed layouts before the run closes. If you repeat the identical placement signature, that repeat is deduplicated and does not consume a second miss, so an accidental double press will not penalise you. To register a second strike you must change at least one tile before pushing again. If a corrected layout succeeds after one failure, the failure history is cleared before the next workbench opens. Pressing Restart performs an exact reset to level one with zero score, no placed tiles, no fallen sequence, no recorded layouts, and no terminal state, so you can start the run over from scratch at any moment.
Plan from Both Ends
The most useful solving method begins at both ends of the cascade rather than guessing at the middle. First inspect which open slots share an edge with START and can therefore receive the first handoff. Then inspect which open slots share an edge with the goal bell and can therefore deliver the final handoff. Work inward from those two anchor sets and count how many placements you actually need to bridge the remaining Manhattan gaps between them, which is usually a smaller number than the full tile budget.
Corners matter because a single orthogonal turn can redirect the chain without requiring a special tile type, so a placed domino in a corner slot is often worth more than a piece placed in the open middle. Do not spend the full budget merely because tiles remain; every placed domino should belong to a connected route you can describe or to a deliberate branch you understand. Before pushing, trace the proposed sequence cell by cell and check every transition for shared edges rather than shared corners, since diagonal contact never carries the reaction. On later workbenches, look for downward travel, shelf-like turns, and switchbacks, because those patterns tend to reveal where the budget must concentrate.
Controls, Accessibility, and Browser-Only Play
The game fits comfortably within a 390-pixel mobile viewport, and tile targets remain at least 44 pixels high, so a tap on any open slot places or removes a domino on touch devices. The same gesture works with a mouse on a desktop browser. Keyboard play is scoped to the board itself: focus a grid cell, move the visible cursor with the arrow keys, press Space to toggle an available slot, and press Enter to push. When focus is on Restart, Push, or Next workbench, the native button behaviour remains intact rather than being intercepted by game shortcuts, so you can keep the standard accessibility flow.
Closed spaces, fixed endpoints, out-of-range cells, budget overflow, solved levels, and terminal runs are atomic no-ops that never partially alter your score, your placement state, or the observed sequence, which means a stray input will not corrupt an otherwise good run. All placement choices, pushes, fall sequences, scores, and mistakes stay inside your browser. No account, subscription, server request, or new download is required, and nothing about your session is uploaded for processing.
Domino Chain Reactions in the Real World
The abstract grid puzzle in Domino Chain Reaction borrows its vocabulary from a much older physical tradition. Curved and rectangular domino tiles have been part of tabletop play for centuries, and the modern double-six set is the version most readers will recognise from family tables and club competitions. The Strong National Museum of Play traces that history, including how dominoes migrated from games of chance to demonstrations of mechanical art. You can read more about that long tradition on the Strong National Museum of Play dominoes page.
The cascade you build inside the puzzle is also a clean illustration of what scientists call the domino effect, where a small trigger can propagate through a connected chain until it reaches a fixed endpoint. The puzzle deliberately simplifies that idea: there is no timing, momentum, spacing, or friction to model, only orthogonal adjacency and an explicit breadth-first traversal. Treating each level as a graph problem rather than a physics simulation tends to produce cleaner routes and fewer wasted placements, which is exactly the mindset the workbenches reward.