Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.16 KB

Sudoku Solver

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.

Initial Sudoku

Initial Sudoku

Installing

Just clone/download the project files, and run sudoku-solver.html at your browser of choice.

Running the tests

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.

Authors

Kostas Karvounis - kael89

License

This project is licensed under the GNU General Public License v3.0