Objective
Fill the grid so that every row, column, and box contains all numbers from 1 to N (where N is the grid size).
Simple 4×4 Example
1
2
3
4
3
4
1
2
2
1
4
3
4
3
2
1
Blue cells are given clues, white cells you fill in
Fill the grid so that every row, column, and box contains all numbers from 1 to N (where N is the grid size).
Blue cells are given clues, white cells you fill in
Tip: Start with easier difficulties to learn patterns and strategies!