1234567891011121314151617 |
- ### Screen Notes
- 1. intro screen
- 1. home screen
- -options screen: change player name (but they get a unique number that never changes that they create), background border selection (has to be earned), dice sound selection
- has to be earned.
- - player stats screen:
- i. to make this a more useful screen/feature more data would need to be collected
- ii. what should this actually be for a player or should it be a screen at all?
- iii. win/loss ratio of total games, make a Die level (i.e. wood die, stone die, copper die, silver die, gold die, platinum die, DIAMOND DIE!!!!) that a player progresses through based on their wins
- iv. save final score sheets of each game, make them accesible as individual screens from the "playerStatsScreen"
- v. player's get a different background for their scoreboard based on die level if they choose it
- 1. server screen
- 1. lobby screen
- 1. start screen
- 1. game screen
- - active player, time left for turn, player selections for this turn and past selections
- 1. end screen
|