Status Bar¶
We need to decide what to display in the status bar.
Possible Solutions¶
The
levelpart displays the furthest area the player has unlockede.g.: only world
1unlocked: displays1e.g.: unlocks world
1dungeon1: displays1-1e.g.: unlocks world
2: displays2
The
progress bardisplays the progress to unlocking the next areae.g.:
0/12minigames completed:0% fillede.g.:
6/12minigames completed:50% filled
The
levelpart displays the furthest area the player has unlockede.g.: only world
1unlocked: displays1e.g.: unlocks world
1dungeon1: displays2e.g.: unlocks world
2(only one dungeon and world 1): displays3
The
progress bardisplays the progress to unlocking the next areae.g.:
0/12minigames completed:0% fillede.g.:
6/12minigames completed:50% filled
Chosen Solution¶
Pro Chosen Solution¶
Easier for the user to understand what got unlocked.