How to Play (Sudoku rules)

Sudoku is a logic-based puzzle where you complete a 9x9 grid by filling in missing numbers. Every row, column, and 3x3 box must contain digits 1 through 9 exactly once.

Sudoku - example valid row
Sudoku - example valid column
Sudoku - example valid 3x3 grid

When the puzzle starts, several numbers are pre-filled. Follow these 3 simple rules:

No number can appear more than once in any row.

Sudoku - example row mistake

No number can appear more than once in any column.

Sudoku - example column mistake

No number can appear more than once in any 3x3 section.

Sudoku - example 3x3 grid mistake

Use logic and deduction to solve the puzzle. No guessing required.