Live system version: http://kael89-sudoku-solver.s3-website-ap-southeast-2.amazonaws.com/
This project is a web page which solves a Sudoku problem. The user enters the desired values in the Sudoku cells. Then they can hit the "Solve" button to display the result in the page.
The program also detects errors in the user input, e.g. same number in the same row. The page displays an alert in that case.
Just clone/download the project files, and run sudoku-solver.html at your browser of choice.
Uncomment the Tests
section in sudoku-solver.html
and see the results in the console. The tests cases are specific Sudoku puzzles and the corresponding solutions.
Kostas Karvounis - kael89
This project is licensed under the GNU General Public License v3.0