Sudoku is a logic-based puzzle game. The puzzle is about digit placements on a 9x9 grid. The goal is to fill the entire 9x9 grid with digits according to the Sudoku rules. The rules are very simple. But it needs your focus and logical thinking to play with the puzzles.
Now let's introduce the Sudoku rules so that you know what you need to follow when playing the Sudoku game.
Fill all 81 cells on a 9x9 Sudoku grid of nine rows, nine columns, and nine 3x3 blocks with digits from 1 to 9, so that
Each row, each column, or each 3x3 block has exactly 9 cells, and it must contain each of the nine digits from 1 to 9. As a result, a 9-cell unit (a row, a column, or a 3x3 block) cannot have the same digit more than once. That means there are no repeated digits in a row, in a column, or in a 3x3 block. This is a very important fact about Sudoku. We should always keep this in mind when playing Sudoku.
There are three rules for Sudoku. The first one is the rule for rows in the Sudoku grid. The second one is the rule for columns. The last one is the rule for 3x3 blocks. We will demonstrate each of these three rules with examples.
Figure 1 above is an example to demonstrate what digit placements in a row will or will not violate the Sudoku rule for rows.
Figure 2 above is an example to demonstrate what digit placements in a column will or will not violate the Sudoku rule for columns.
Figure 3 above is an example to demonstrate what digit placements in a 3x3 block will or will not violate the Sudoku rule for blocks.
The above examples are for a row, a column, or a 3x3 block. As for the entire Sudoku grid, we need to check all nine rows, all nine columns, and all nine 3x3 blocks, and each of them cannot violate the Sudoku rules.
In Figure 4 above, all 81 cells in the Sudoku grid have been filled up with digits from 1 to 9. By checking each row, each column, and each 3x3 block of the Sudoku grid, we see that all rows and all 3x3 blocks satisfy the Sudoku rules. However, two of the nine columns violate the rules:
Because of these two violations, the entire Sudoku grid does not meet the Sudoku rules.
Actually, if we exchange the digit values in two cells (R7,C5) and (R7,C6) of row R7, then the entire Sudoku grid will satisfy the Sudoku rules.
Figure 5 shows the result after exchanging the digit values in two cells (R7,C5) and (R7,C6) of row R7. We can verify that
There are no violations. As a result, the entire Sudoku grid satisfies all the Sudoku rules.
After learning the rules of Sudoku, you may want to play the game now. Here are some tips for beginners. That will give you a quick start to the game.