Sudoku Game is a classic puzzle game where you have to fill a 9x9 grid with numbers so that each row, each column, and each of the nine 3x3 subgrids contains all of the digits from 1 to 9. The game features an intuitive interface and various difficulty levels to challenge players of all skill levels.
- Classic Sudoku gameplay: Fill the grid with numbers from 1 to 9, ensuring no repetition in rows, columns, or subgrids.
- Timer: Track your progress and challenge yourself to complete the puzzle in the shortest time possible.
- Click on a number from the number pad to place it in the selected cell.
- Complete the grid following the Sudoku rules.
- HTML5
- CSS3
- JavaScript
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser. - Start playing Sudoku!