|
@@ -57,6 +57,24 @@
|
|
|
1. kyle hates loading screens, blank areas (things with no purpose)
|
|
|
1. emma likes a ready check
|
|
|
|
|
|
+### Simple Layout
|
|
|
+ 1. intro screen
|
|
|
+ - intro [movie/sound], a way to interact with it (hit any key to skip to home screen)
|
|
|
+ 2. home screen
|
|
|
+ - background, music, buttons aligned on the right: player stats, create game, join game, options, exit
|
|
|
+ 3. server screen
|
|
|
+ - list of games to join, buttons: join, exit
|
|
|
+ 4. lobby screen
|
|
|
+ - list of players, start button for host, exit
|
|
|
+ 5. start screen
|
|
|
+ - same as game screen, but nothing has happened yet: 5second timer until dice get rolled
|
|
|
+ 6. game screen
|
|
|
+ - show user's board (interactive) as 70% of screen, 30% for other users showing what they have marked off, maybe an interactive roll button (doesnt really do anything though, makes a sound)
|
|
|
+ 7. end screen
|
|
|
+ - displays the players score, 2 buttons home screen or play again with same people
|
|
|
+ - List of players Winner to Loser
|
|
|
+ (20AUG28) TODO: clean up toDo list in Qwixx main folder, finish screen layouts and notes in frontend\mockeryUps
|
|
|
+
|
|
|
### Game GUI
|
|
|
1. Users like an intro [movie/sound]
|
|
|
- transition screen with sound effect & game name
|
|
@@ -65,6 +83,7 @@
|
|
|
- static/dynamic? what does this look like?
|
|
|
1. Users like a way to interface with the game (buttons/menus)
|
|
|
- What features do they need to play the game?
|
|
|
+ 1.
|
|
|
### Game Features
|
|
|
1. Players like to earn rewards/trophies/levels
|
|
|
1. Players like to have notifications/tips
|