Tagged Questions
5
votes
4answers
173 views
Progress bar that allows to understand both current and maximum values
I need to design a health bar for a game, so that the player could guess at a glance not only its relative value (i.e. amount of remaining health compared to its maximum), but also to understand how ...
3
votes
4answers
167 views
How to show that a bar is loading?
I'm building a game.
Each character has an energy bar. It's red when it's in the low, and green when it's full.
I'd like to make it obvious for the user to see that the bar is progressing ( getting ...
4
votes
4answers
130 views
Visualization of a resource with multiple competitors
In a game I am working on, the goal is to gather a specific percentage of some limited resource. Additionaly, players can shoot each other, resulting in a permanent loss of some amount of this ...