An addition maze for grade 2 is a compact 3×3 number grid that turns simple running addition into a keyboard navigation puzzle, and the Addition Maze tool does exactly that by asking a player to start on the top-left number 2, walk only through connected numbered cells with the arrow keys, and reach the bottom-right goal with a visited-cell total of exactly 19. The target of 19 lines up with the upper end of the Common Core 2.OA range for fluently adding within 20, which is why the puzzle works well for second graders who have just moved past single-digit sums and are building toward two-digit mental math. Every cell on the board, every passage, and the deliberate dead end is fixed and disclosed, so a grade 2 classroom sees the same exact challenge every time the page loads and a teacher can rehearse a lesson around it without surprises. Because the maze uses only a keyboard and a small semantic CSS grid, students who find fine mouse control frustrating can still steer through the puzzle on a Chromebook or a shared classroom computer.

Why a 3×3 Number Maze Fits Grade 2 Addition
Grade 2 addition work centers on fluently adding within 20, regrouping two-digit sums, and explaining strategies out loud. A grid that produces a running total ending at 19 fits that goal almost perfectly: the winning chain 2 → 4 → 6 → 2 → 5 produces a sum in the high teens without ever leaving the single-digit range a second grader can compute mentally. The puzzle also separates the math from the navigation, which lets a teacher ask "what is the next sum we need?" before any key is pressed.
Other published titles in this space lean on timers, lives, or a randomized board. The Addition Maze fixture is the opposite. It loads one fixed puzzle, prints the same cells on the screen every visit, and gives the same four-key winning answer every time. That predictability is the point for grade 2: a teacher can build a quick mini-lesson around one specific chain, demonstrate the dead end, and let every student attempt the same route without a randomness penalty.
Because the maze stays readable at the default browser zoom and never depends on drag or precision targeting, it also fits a wide range of learners. A student who can press four arrow keys and call out a running total can complete the puzzle, and the keyboard-only design removes one common fine-motor barrier that tends to show up in younger grades.
How to Play Addition Maze
- Open the Addition Maze page. The board renders as a 3×3 grid of numbered cells with a few walls; the cursor sits on the top-left cell, which contains the number 2, and the starting score is 1,000.
- Press an arrow key to move into a neighboring cell. A key press is accepted only when the destination cell shares a declared passage, holds a number, and has not been visited before. Walls, off-board arrows, and revisits do nothing and do not reduce the score.
- Watch the running total. Each accepted move adds the new cell's number to the previous total, and the score drops by 50 points per accepted move.
- Plan the chain on paper or out loud before pressing any key. The shortest valid path is four moves; any longer detour risks pushing the running total past 19, which the puzzle reports as a deadlock.
- Reach the bottom-right goal with a running total of exactly 19 to complete the maze. From a starting score of 1,000 and four accepted moves, the final score is 800.
- Press the restart control if the run dead-ends or overshoots. Restart returns the cursor to the top-left 2, clears the visited path, restores 1,000 points, and removes any completion or deadlock flags.
- Double-press Escape if a quick screen disguise is needed in a classroom. The same gesture returns to the maze with the in-progress state intact.
The Winning Four-Move Route to Exactly 19
The fixed winning route is Right, Down, Right, Down. The table below shows each accepted move, the cell it visits, and the running arithmetic that takes the chain to 19.
| Move | Direction | Cell visited | Running sum after move |
|---|---|---|---|
| 1 | Right | 4 | 2 + 4 = 6 |
| 2 | Down | 6 | 6 + 6 = 12 |
| 3 | Right | 2 | 12 + 2 = 14 |
| 4 | Down | 5 | 14 + 5 = 19 |
That single sequence of arrow presses is enough. Each step crosses one of the five declared passages on the board, no cell is revisited, and the total lands on the goal cell with the exact required sum. Because the score formula is max(0, 1000 minus 50 times accepted moves), the four accepted moves on the winning route produce a final score of 800 — the puzzle's best score.
Why Moving Down First Locks the Puzzle
The very first decision in the maze is whether to press Right or Down from the top-left 2. Right begins the winning chain. Down is a real, working move that drops the cursor onto the cell containing 8 and lifts the running total to 10, but the 8 cell's only passage returns to the already-visited start. With no unvisited connected neighbor left, the browser detects the stalemate and reports a deadlock immediately.
This dead end is built into the fixture rather than a side effect of bad input. It produces the same outcome every time, which makes it a useful teaching moment: a grade 2 student can try Down on purpose, watch the running sum climb, then see the puzzle refuse to continue. Restart is the honest recovery path. Restart returns the cursor to 2, clears the route, and restores the 1,000-point starting score so the student can attempt the correct chain without penalty.
The validator also rejects any route whose running total rises above 19 and any route that lands on the goal with the wrong total. Producing 19 away from the goal is not completion, and reaching the goal with any other sum is not completion either. Invalid off-board arrows, closed passages, walls, and attempted revisits are harmless no-ops that leave the cursor where it was.
Score, Restart, and the Boss Key Shortcut
The score on the maze starts at 1,000 and decreases by 50 points for every accepted move, with a floor of 0. Because the winning route uses four accepted moves, the final score is 800, and any route that needs more moves scores lower. Blocked arrow presses into walls, off-board edges, closed passages, or visited cells are silent no-ops and do not subtract anything. A completed best score is stored in this browser's localStorage only, so each device keeps its own record.
Restart is a single click and returns the cursor to the top-left 2, clears the visited path, restores 1,000 points, and removes any completion or deadlock flag. Pressing restart is also the only way to leave a deadlock, since the maze has no lives, timeouts, or extra moves to spend. The interface adds one shortcut for shared classroom computers: double-press Escape to swap the view to a simulated spreadsheet, and double-press Escape again to return to the unchanged maze. The puzzle loads without timers, audio cues, accounts, network calls, or pointer-only gestures, and the compact layout stays readable at the default browser zoom without drag or precision targeting.
Using Addition Maze in a Grade 2 Math Block
The puzzle fits comfortably into a five-minute warm-up, a math center rotation, or a short closing activity. Ask the class to predict the next cell value before each arrow press and to call out the running total; that turns the four-move solution into oral addition practice aligned with the Common Core 2.OA goal of fluently adding within 20. Pair the winning route with the deliberate dead end as a quick lesson in planning — students who try Down first see the maze lock, restart, and then attempt Right.
For students who finish quickly, ask them to write the chain in two different orders or to find another combination of the five visited cells that still totals 19. For students who need scaffolding, let them work in pairs so one child calls out the sum and the other drives the keyboard. The fixed nature of the board means the same answer works for the whole class, and the disclosed trap means no student is left guessing why a different arrow press did not work.
Keep the session short and predictable: a single winning run plus one deliberate trap is enough to reinforce the chain 2 → 4 → 6 → 2 → 5 and the rule that 19 is the only acceptable finish. Students who want a second arithmetic break can rotate to the same site's Math Maze, Math Crossword, Number Sequence Quiz, or Number Match 10 for a different puzzle shape while the Addition Maze loop remains a quick keyboard reset.