dclamage / SudokuSolver

GNU General Public License v3.0
50 stars 24 forks source link

New Feature - True Same Digit #73

Open Smank5000 opened 2 years ago

Smank5000 commented 2 years ago

Please add a feature like True Candidates which will show where two cells are forced to be the same using colouring.

E.g. if R2C2 and R3C3 both have 1,2 candidates but must be the same, the software might assign them both as orange.

This would be really helpful when making SET puzzles, or trying to make clues to finish off a puzzle.