Sudoku

Sudoku is a game played on a 9x9 board, subdivided into 3x3 grids. Each 3x3 grid must contain the numbers 1 through 9, no repeats. In addition, each row and column must also contain the numbers 1-9, no repeats.

By deduction and logic, fill in the missing squares. Some numbers are already filled in, like this:

sudoku.png

In the puzzle above, for example, the center square must be a “4”, since there is a “4” already in the columns on the other blank squares in the middle 3x3 grid, and each 3x3 grid must contain exactly one “4”.

Usually, the numbers are tracked by using “pencil marks,” small numbers in each square showing the possible values for each square. As the board gets filled in, the possibilities in each square are lessened.

Resources

Tagged as:

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.