Sudoku Solver is a web-based interactive Sudoku game. Users can play Sudoku puzzles.
- ๐ฎ Playable 9x9 Sudoku grid
- โ๏ธ Auto-solve feature using Backtracking Algorithm
- ๐ง Hint system (solve one cell at a time)
- ๐งผ Reset/Clear board functionality
- ๐ Light & Dark theme toggle (optional)
- ๐ฑ Fully responsive UI
Click Here to Try Sudoku Solver
- Frontend: HTML, CSS, JavaScript
- Logic: Backtracking Algorithm
- Styling: Custom CSS
# Clone the repository
git clone https://github.com/Nishat30/Soduku.git
# Navigate to the project folder
cd Soduku
# If using plain HTML/CSS/JS:
Just open index.html in your browser
#go live