1
0

Create README.md

This commit is contained in:
Markus Birth 2013-07-11 23:07:30 +02:00
parent 9695aebf39
commit 356775a757

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).