AndrewRigg / Crossword

Crossword Generator made by Steven Court
0 stars 0 forks source link

Sudoku hint #96

Closed Golpette closed 7 years ago

Golpette commented 7 years ago

I've added the sudoku hint. It basically just tries to solve the sudoku for one "step" then lists all possible squares that could be filled in by the "normal" mode algorithm. Every time the Hint button is pressed it chooses one of these at random.

I think this is best since sometimes the way the algorithm works is different from my eyes/mind and sometimes a specific hint can be for a non-obvious square. With the random function, if one hint doesn't work, there might be 1-6 more for you to try.

Let us know if you spot any bugs / have any suggestions

AndrewRigg commented 7 years ago

Looks good to me.

Golpette commented 7 years ago

Ok... then I'll reopen, merge and close :P