jkomoros / sudoku

A sudoku puzzle solver, generator, and difficulty-rater built in Go
Apache License 2.0
5 stars 1 forks source link

ChainedSteps should give SOME points if the column/row is off by one #293

Closed jkomoros closed 8 years ago

jkomoros commented 8 years ago

Currently it gives not points at all. In the screenshot, 8,3 is the obvious next choice a human would have done because wer'e orienting off of 7 and the row is only one off. screen shot 2016-07-07 at 1 03 05 pm

jkomoros commented 8 years ago

Related to #286