Hi,
I am currently implementing a level mode for my game which is based on time-trial. Depending on the time the level was done 1-3 stars are rewarded.
My question is how I can show this information to the user as I do not have many space on the screen available…
I want to show something like:
1 star: <10 seconds
2 stars: <20 seconds
3 stars: >20 seconds
But this is a very technically visualization which I would like to avoid?
Do you have any proposals? Maybe you know a popular game which shows something similar?
Thanks
Michael