Create README.md
This commit is contained in:
parent
9695aebf39
commit
356775a757
10
README.md
Normal file
10
README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
js-sudoku-solver
|
||||||
|
================
|
||||||
|
|
||||||
|
A Sudoku solving engine using deductive logic and showing every step.
|
||||||
|
|
||||||
|
|
||||||
|
Currently the board to solve has to be defined in the index.html file near the bottom.
|
||||||
|
|
||||||
|
The second parameter defines whether diagonals need to be checked, too (true) or
|
||||||
|
the traditional rules apply (false).
|
Reference in New Issue
Block a user