Sudoku is a mind game and a puzzle
that you solve with reasoning and logic. Fill in the grid with
digits in such a manner that every row, every column and every
3x3 box accommodates the digits 1-9, without repeating any.
Rules of Sudoku:
Rules of Sudoku:
Your goal is to fill in the grid with numbers between 1 and 9, abiding to the following rules:
- You can't have the same number repeated more than once in the same line (vertical or horizontal)
- You can't have the same number repeated more than once in the same box.
You win the game when the grid is complete, which means that each box, row and column has to contain all numbers between 1 and 9.
