Sudoku is played on a 9x9 grid, divided into 9 blocks of 3x3.
The objective is to fill the grid so that each row, each column, and each 3x3 block contains all of the digits from 1 to 9 without repeating.
You can only place numbers 1 through 9.
Make sure each number appears only once in each row, column, and block.