ogarcia / opensudoku

Open Source Sudoku game for Android.
GNU General Public License v3.0
328 stars 144 forks source link

Add stupid fill in notes #44

Closed DamienCassou closed 3 years ago

DamienCassou commented 4 years ago

Would it be possible to have a "fill in notes" action that fills each empty cell with every number from 1 to 9? The current "fill in notes" behavior does some more work that I would prefer doing myself to avoid making the game too simple.

rewolff commented 4 years ago

Find the "learning curve" sudoku set. That should still provide a challenge even with the current fill-in-notes.

telematoxx commented 4 years ago

Exactly this function is what i want. It's useful for a solving strategy, where the valid value range is to be steadily restricted (with help of notes) until - hopefully - the unambiguous solution is left.