The Three Fundamental Rules
Standard Sudoku has exactly three rules. Every puzzle follows these rules, regardless of difficulty level:
1. Each row contains the digits 1-9 exactly once
A Sudoku grid has 9 horizontal rows. In a completed puzzle, every row contains each of the digits 1, 2, 3, 4, 5, 6, 7, 8, and 9 - no digit is repeated, and no digit is missing.
2. Each column contains the digits 1-9 exactly once
The same constraint applies to the 9 vertical columns. Read any column from top to bottom, and you will find each digit from 1 to 9 appearing exactly once.
3. Each 3×3 box contains the digits 1-9 exactly once
The grid is divided into 9 non-overlapping 3×3 boxes (also called blocks or regions), marked by thicker borders. Each box must also contain every digit from 1 to 9 without repeats.
That is it - three rules. The interplay between rows, columns, and boxes is what creates the logical complexity that makes Sudoku so compelling.