From 356775a7570b53902ee2c69e1110b3d1fc752343 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 11 Jul 2013 23:07:30 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0542553 --- /dev/null +++ b/README.md @@ -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).