Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.


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](https://github.com/kael89)

## License

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