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

Add indication of points reward to each puzzle. #19

Open
alessandro-amadelli opened this issue Dec 27, 2019 · 2 comments
Open

Add indication of points reward to each puzzle. #19

alessandro-amadelli opened this issue Dec 27, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@alessandro-amadelli
Copy link

alessandro-amadelli commented Dec 27, 2019

I think it may be nice if, when you open a puzzle, you see in advance how many points you will earn for the resolution of that puzzle.
You could add it just beneath the name of the puzzle at the top of the screen.

Something like this for example:
sm jemadar
value: 29 points
or
sm jemadar
reward: 29 points

Or may be more simple and "clean" to just put in in brackets, like:
sm jemadar (29 *)

What do you think? :)

@mmazzarolo mmazzarolo added the enhancement New feature or request label Dec 27, 2019
@mmazzarolo
Copy link
Owner

Ciao :D

Yeah, that sounds like a nice addition!
I'm just a bit worried that it might make the UI a bit too crowded. I'd like to strike a balance between informations you really need and a clean UI.
There might also be a minor complication with the font alignment: the font used used across the app for showing the digits (San Francisco on iOS, Inter on Android) is not the same as the one used for the text/strings (Averta), so vertically aligning the "reward/value" keyword with the digit might not be as easy at is sounds.

Now that you mentioned it, how about a "puzzle details" sheet that comes up by tapping on the puzzle name, showing you additional informations of the current puzzle?
E.g.: The "meaning" of the puzzle name, the value of the puzzle, and maybe, in the future, a way to "share" the puzzle itself.

We might still need to highlight the discoverability of such action, but it should be doable (e.g.: by making it pulsate/adding a shimming effect until it's tapped once).

@alessandro-amadelli
Copy link
Author

Now that you mentioned it, how about a "puzzle details" sheet that comes up by tapping on the puzzle name, showing you additional informations of the current puzzle?
E.g.: The "meaning" of the puzzle name, the value of the puzzle, and maybe, in the future, a way to "share" the puzzle itself.

Yeah I didn't think about it. I'd like such an addition!
I'm also curious about the naming of the puzzles and that solution would solve also this "matter" 😁

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

No branches or pull requests

2 participants