Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kael89/sudoku-solver
A web page which solves Sudoku problems, implemented in JavaScript
https://github.com/kael89/sudoku-solver
sudoku sudoku-solver
Last synced: 4 days ago
JSON representation
A web page which solves Sudoku problems, implemented in JavaScript
- Host: GitHub
- URL: https://github.com/kael89/sudoku-solver
- Owner: kael89
- License: gpl-3.0
- Created: 2017-05-22T07:57:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T10:21:26.000Z (about 2 years ago)
- Last Synced: 2024-11-08T14:47:51.900Z (about 2 months ago)
- Topics: sudoku, sudoku-solver
- Language: JavaScript
- Homepage: https://sudoku-solver-kael89.herokuapp.com/
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## 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](https://github.com/kael89)
## License
This project is licensed under the GNU General Public License v3.0