Sudoku playing rules

The rules of Sudoku are:

  • Fill out each row with the numbers 1 to 9
  • Fill out each column with the numbers 1 to 9
  • Fill out each 3x3 square with the numbers 1 to 9

    Tips:
    Each completely filled row must have all numbers from 1 to 9.
    Only one number is allowed in each cell.
    It is possible to put severeal possible numbers in one cell.
    A solved field (cell) must have only one number between 1 and 9.
    The given numbers cannot be changed.
    The Sudoku solution must be constructed around these given numbers.

    Enjoy it!

    Back