SudokuMonster / SukakuExplainer

Modification to Sudoku Explainer (SE) by Nicolas Juillerat to accommodate Sukaku (Pencilmark) Sudoku puzzles
GNU Lesser General Public License v2.1
71 stars 14 forks source link

fix isValueAllGiven to work with latin squares #76

Closed 1to9only closed 4 years ago

1to9only commented 4 years ago

Affects the legends on the left (rows) - each numbered row gets grayed out as each number gets solved, e.g. as number 1s solved (9 1s in 9 blocks), row 1 is grayed out. Switched to checking rows to work with latin squares.