Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Option] Mark some key digit drafts by special color (e.g., red) #64

Open
Twilightssuperb opened this issue Jan 19, 2024 · 2 comments
Open
Labels
enhancement New feature or request gameplay Relates to core game play

Comments

@Twilightssuperb
Copy link

Twilightssuperb commented Jan 19, 2024

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.

@meikpiep meikpiep added the enhancement New feature or request label Jan 21, 2024
@meikpiep
Copy link
Owner

Interesting feature, thanks for reporting this!

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?

@meikpiep meikpiep added the question Further information is requested label Jan 21, 2024
@Twilightssuperb
Copy link
Author

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.

Some examples (Win PC portable apps):
SimpleSudokuPortable 1
https://portableapps.com/apps/games/simple-sudoku-portable
USBSudokuPortable 1
https://portableapps.com/apps/games/usb-sudoku-portable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gameplay Relates to core game play
Projects
None yet
Development

No branches or pull requests

2 participants