diff --git a/sudokant.html b/sudokant.html new file mode 100755 index 0000000..5a3e969 --- /dev/null +++ b/sudokant.html @@ -0,0 +1,153 @@ + + + + + + + + +

+
+

+ About Sudokant, the Sudoku Servant +
+ This server helps you solve sudoku puzzles + by showing choices satisfying two simple rules: at-most-one and at-least-one + of every digit must appear in every row, column and square. + Choices that violate the at-most-one rule are omitted. + Alternatives to digits that must be chosen by the at-least-one rule are grayed. +

+ Empty squares are dead ends. Back up the browser + to make a new choice. The above rules are insufficent to solve the hardest + puzzles. You can guess or look for a third rule. This program will help you + find these most interesting places in the hardest puzzles without becomming a + mechanical master of the simpler logic. +

Each step has a unique url that you can bookmark or send to + friends. Use this blank page to enter new puzzles. + Contribute your insights and most diabolical puzzles to the + SuDoku page on my wiki. +

+ + ©2005 Ward Cunningham + ©2020 Ward Cunningham, Joshua Benuck, Eric Dobbs, Beth Long + + +