SudokuSolver is a web-based application that allows users to play and solve Sudoku puzzles. The game implements a responsive and interactive user interface, utilizing recursion and backtracking algorithms for solving puzzles efficiently.
- Solve Sudoku puzzles with error detection while playing.
- User authentication with login functionality.
- Game resume and pause options.
- Responsive UI for seamless gameplay on various devices.
- HTML
- CSS
- JavaScript
- Recursion and Backtracking
This project was inspired by and refers to the YouTube tutorial.