You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I prefer to play hardest levels with lots of empty cells, as you know. So often I fill almost all digits 1...9 as drafts. But I need to mark some digits as unique at this row, they could be typed only in some cells, just 1-2-3 cells. If there are many drafts, I can lose sight of key digits while playing. If they could be marked by color, it would be great! I saw it at some sudoku apps.
The text was updated successfully, but these errors were encountered:
Do I get it right that one additional color/state would suffice your use case? E.g. a toggle if a pencil is a 'special' one or a normal one?
I am still thinking how to implement that in the UI to not make the UI complex. I first thought, we could display a detail view of the currently selected cell where the user could swap or choose the color/state. I believe this would clutter the cleanness of the UI. The second and current thought: We could put a kind of 'pencil mode switcher' next to the key pad. If activated, a short tap of a number will
Add a pencil mark if it does not exist with the current mode.
Switch an existing pencil mark to the current mode if it has the other mode yet.
Toggle the pencil mark if it currently already exists with the current mode.
I'm still bothered with such a mode... Do you have further ideas of this? Maybe, how do the mentioned other Sudoku games do this?
E.g. a toggle if a pencil is a 'special' one or a normal one?
Yep, it could be enough.
to not make the UI complex
You can place this option ("Pencil mode switcher") to three dots menu.
I first thought, we could display a detail view of the currently selected cell where the user could swap or choose the color/state.
It could be good solution too. But how to implement? If there are more than 1 drafts, long tap wouldn't press any digit but show detail view of cell? Or just bring it as option to three dots menu ("Detailed view of cell")?
Both ways are welcome, I don't mind.
As to Sudoku games... They use bold font for selected digit when clicking on keyboard. Or highlight all such digits on the field when clicking on this digit on keyboard.
Thx for amazing game!
I prefer to play hardest levels with lots of empty cells, as you know. So often I fill almost all digits 1...9 as drafts. But I need to mark some digits as unique at this row, they could be typed only in some cells, just 1-2-3 cells. If there are many drafts, I can lose sight of key digits while playing. If they could be marked by color, it would be great! I saw it at some sudoku apps.
The text was updated successfully, but these errors were encountered: