A simple and interactive Sudoku game built using HTML, CSS, and JavaScript. Choose your difficulty, solve the puzzle, and enjoy a clean UI with helpful visual cues.
โก๏ธ Click here to play the game live!
- ๐ข 9x9 Sudoku grid with varying difficulty levels
- ๐ง Real-time number selection and highlighting
- ๐งฉ Cell helper to identify similar numbers
- ๐ "Back to Home" screen after solving
- ๐ฑ Responsive design (mobile-friendly)
- ๐จ Clean and modern UI with animations
| Technology | Purpose |
|---|---|
| HTML | Page structure |
| CSS | Styling and layout |
| JavaScript | Game logic & interactivity |
| jQuery | DOM manipulation (lightweight) |