Number Blocks: rules, strategy, and free play
Number Blocks is a row-and-column sum puzzle. The grid has target numbers along the top and side; some cells are pre-filled clues. Your job is to fill every empty cell with a digit 1–9 so that every row sums to its row-target and every column sums to its column-target. Unlike Sumplete (which asks you to keep or remove cells), Number Blocks asks you to fill them.
THE RULES
- Fill every empty cell with a digit 1–9. Clue cells are already filled and can't be changed. Empty cells need exactly one digit each.
- Each row sums to its row-target. The number on the right of each row is its target. The clue cells plus the digits you fill in must add up to that target exactly.
- Each column sums to its column-target. The number above each column is its target. Same constraint, vertical.
- Digits 1–9 only — no zeros, no repeats-required. You can repeat digits within a row or column; there's no Latin-square constraint. The only constraint is the sum.
BEGINNER STRATEGY
- Subtract the clues first. For each row, subtract the sum of its clue cells from the row-target. What remains is what your empty cells in that row must total. Same for columns.
- Solve rows + columns with one empty cell first. If a row has only one empty cell, the digit is forced — it's row-target minus the sum of the others. Same for columns. These forced cells often cascade into adjacent rows / columns.
- Bound by min / max. A row with 3 empty cells needing a residual of 6 can only be {1, 1, 4}, {1, 2, 3}, {2, 2, 2} (and permutations). A residual of 27 with 3 empty cells forces {9, 9, 9}. Tight residuals shrink the candidate set fast.
- Cross-reference rows and columns. Every empty cell belongs to one row AND one column. A cell's candidate set is the intersection of what its row-residual allows and what its column-residual allows. When both are tight, the cell is often forced.
COMMON MISTAKES
- Working against the full target instead of the residual. The target includes the already-filled clue cells. Subtract the clue-cell sum from the row target before reasoning about the empty cells. Working against the full target leads to over-filling rows with digits that are too large.
- Not solving single-empty-cell rows immediately. When a row has exactly one empty cell, the digit is forced (residual = that digit). Many players skip these and spend time on harder rows instead. Always scan for one-cell rows first — they cascade instantly.
- Treating Number Blocks like Kakuro (assuming no-repeats). Unlike Kakuro, Number Blocks allows the same digit to appear multiple times in a row or column. Residual of 4 in two cells can be {2, 2}, not just {1, 3}. Including repeated-digit combos in your candidate set often expands the solution space you'd otherwise miss.
- Solving rows and columns in separate passes. Every empty cell belongs to one row AND one column. After constraining a row, the column residuals update too — and vice versa. Work the intersection: a cell's valid digit is the intersection of what both its row residual and its column residual allow.
HOW TO THINK ABOUT IT
Number Blocks is a residual-narrowing puzzle. The critical number is not the target but the residual — target minus sum of filled cells. Compute residuals for every row and column before placing a single digit. Then ask: 'given this residual across N empty cells, what are the valid digit-sets?' Tight residuals (e.g. residual 27 in 3 cells = {9,9,9}) solve instantly; moderate residuals cascade from forced single-empty-cell rows. Work tightest-first, cascade, repeat.
WHY THIS PUZZLE REWARDS YOU
Number Blocks is the friendliest arithmetic puzzle in GridJoy — no Latin-square repeats to track, no cages to read, just two sum constraints per cell. The grid sizes are small (5×5 to 9×9), the residual arithmetic is mental-maths-friendly, and the solving rhythm rewards spotting the most-constrained row or column to attack next. Good warm-up for the heavier sum puzzles like Kakuro and Killer Sudoku.
VARIANTS
- Kakuro. Fills runs of cells with non-repeating digits that sum to the clue. Similar row-and-column sum targets, but adds the no-repeat constraint that forces combination reasoning instead of simple residual arithmetic.
- Sumplete. The deletion counterpart — instead of placing digits, you remove existing cells until each row and column hits its target sum. Same sum-targeting goal, opposite operation.
- Futoshiki. Fill a Latin square where inequality clues constrain neighbouring cells. A step up in constraint complexity from Number Blocks but similar cell-by-cell elimination rhythm.
YOU MIGHT ALSO LIKE
Sumplete →
Keep / remove cells to hit row + column sums — Number Blocks' inverse.
Kakuro →
Sum-of-digits crossword — adds the no-repeats-within-run rule.
Killer Sudoku →
Sudoku rules plus cage sums — harder, more constrained.
Calcudoku →
Arithmetic cages on a Latin-square grid — multiplication / division too.
Kakuro: how to think →
Row + column sum logic — the deeper version of Number Blocks' core trick.
Number Blocks strategy for beginners →
One-empty-cell rows first, then propagate — forced digits cascade quickly.
Number Blocks: how to think →
One empty cell = forced digit. Cascade row-column constraints from there.
Number Blocks vs Sumplete →
Same row and column sum targets — fill vs. remove, the key difference explained.
Beginner mistakes in logic puzzles →
Arithmetic puzzles reward checking — five costly habits to drop early.
READ MORE
MORE NUMBER PUZZLES
Daily puzzle →
Today's free puzzle — same board for everyone.
Challenge a friend →
Same puzzle, head-to-head. Fastest wins.
Your ghost →
Grow your companion with every puzzle you solve.
PLAY IT IN GRIDJOY — FREE ON ANDROID
FREE ON GOOGLE PLAY →GridJoy has 18 puzzle types including Sudoku, Kakuro, Calcudoku, Killer Sudoku, Hex Mazes, and more. No paywalls, no mid-puzzle ads.