Sudoku Game
An interactive Sudoku game implemented with HTML, CSS, and JavaScript.
Features
- Three difficulty levels: Easy, Medium, and Hard
- Timer to track your solving speed
- Number pad for easy input on mobile devices
- Keyboard support for number entry and navigation
- Hint system to help when you're stuck
- Check your progress or reveal the solution
How to Play
- Select a difficulty level and click "New Game" to start
- Click on an empty cell, then either:
- Click a number in the number pad
- Use your keyboard to enter a number (1-9)
- Use 0, Delete, or Backspace to clear a cell
- Use arrow keys to navigate between cells
- Special movements:
- Press Q to move diagonally up and left
- Press E to move diagonally up and right
- Press A to move two cells to the left
- Click "Check" to verify your current entries
- Click "Hint" if you need help with a cell
- Click "Solve" to see the complete solution
The timer tracks how long it takes you to complete the puzzle. Try to beat your best time!