Foundations

Sudoku Rules — the 3 constraints

Sudoku has exactly three rules: every row, every column and every 3×3 box must contain the digits 1 to 9 exactly once each. That is the whole game — no arithmetic, no patterns to memorise, and never any guessing. Every technique in this course, from Naked Single to 3D Medusa, is only a faster way of seeing what those three constraints already force.

What you need to see on the grid

Before any technique makes sense, you need to see the grid the way solvers do: as 27 overlapping units, and as a coordinate system you can name out loud.

Unit
A row, a column or a 3×3 box. A grid has 27 of them — 9 rows, 9 columns, 9 boxes — and each one must end up holding 1 to 9 exactly once.
Peers
The 20 cells that share a row, a column or a box with a given cell. A cell can never hold a digit that one of its peers already holds — this single sentence is where every elimination comes from.
Candidate
A digit a cell could still legally take. Start with 1–9, cross off every digit already sitting in one of its peers, and what is left are the candidates.
R4C7 notation
Row 4, column 7, counting from the top-left corner. Every solution on this site uses it, and so does the hint inside the app — so a step you read here reads the same in your hand.
Given
A digit printed in the puzzle at the start. It never changes. If a technique ever tells you to change one, the technique was applied wrongly.

A worked example

Below is the first move the app's own hint engine makes on a real puzzle. It uses nothing but the three rules: the highlighted cell is shown together with everything it can see, and once those digits are crossed off only one candidate survives.

R2C3 and everything it can see
··64··9··
24·9·7··1
··3·61·82
·82·75·1·
·61·2··75
···6·482·
32975····
8·429··56
6····8·93
R2C3 = 8
··64··9··
2489·7··1
··3·61·82
·82·75·1·
·61·2··75
···6·482·
32975····
8·429··56
6····8·93

The engine calls this move Hidden Single — inside one row, column or box this digit fits in only one cell, so it must go there.

Practice puzzles

Each puzzle below was checked by the solver: all of them can be finished with the three rules alone, so nothing from later in the course is needed. Print them or solve on screen — the answer is one click away under each grid.

Puzzle 1 40 clues

Puzzle 1
··8····56
··74··2··
·5·2···1·
7···4·8·1
··9··1735
8·1··56·9
9621·3·7·
183·7·962
····62·83
Show the answer
Solution
298317456
317456298
456298317
735649821
649821735
821735649
962183574
183574962
574962183

Solved by the engine in 41 deductions — Hidden Single × 21 · Naked Single × 20.

Puzzle 2 38 clues

Puzzle 2
····2·6··
···9543·1
3·268··54
2····3·7·
5·7·4····
·3·5·6···
1···38·65
4·61927··
·83·651··
Show the answer
Solution
945321687
678954321
312687954
294813576
567249813
831576249
129738465
456192738
783465192

Solved by the engine in 43 deductions — Hidden Single × 23 · Naked Single × 20.

Puzzle 3 36 clues

Puzzle 3
·4···8···
··867·3··
675943···
·····16·7
·····9·32
2···8·9·4
·175··293
···3··7·8
··281··65
Show the answer
Solution
943128576
128675349
675943821
459231687
786459132
231786954
817564293
564392718
392817465

Solved by the engine in 45 deductions — Hidden Single × 24 · Naked Single × 21.

Puzzle 4 34 clues

Puzzle 4
39172·4··
·6····5·7
····64··3
···4··6··
·72···9·5
···539···
··825·7··
6·7··8·52
·53··7·1·
Show the answer
Solution
391725468
864391527
725864193
539472681
472186935
186539274
918253746
647918352
253647819

Solved by the engine in 47 deductions — Hidden Single × 28 · Naked Single × 19.

Common mistakes

Guessing when you get stuck

A well-formed Sudoku has exactly one solution and it is always reachable by deduction. Being stuck means you have missed a move, not that the puzzle wants a gamble. Go back to the unit with the fewest empty cells and re-check it.

Scanning rows and columns but forgetting the box

The box is the third constraint and it is the one that breaks most early deadlocks. A digit already in a box is gone from all nine of its cells — not just from its own row.

Writing a digit because it fits

"It fits here" is not a reason; "it fits nowhere else" is. A digit that merely fits may still belong to another cell in the same unit, and one wrong entry quietly poisons every deduction after it.

Learn the move, not just the digit

Stuck on a real puzzle? The hint in the app names the technique it used and the cell it applies to, so you learn the move instead of just being handed the digit.

Play a puzzle now