mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.0 KiB
48 lines
2.0 KiB
4 years ago
|
### Functional
|
||
|
|
||
|
###### Does the starter menu contains an Host, Join, and Quit button?
|
||
|
|
||
4 years ago
|
###### On the Host and Join menu, can the player travel back to the main menu?
|
||
4 years ago
|
|
||
4 years ago
|
###### On the Host menu, can the player customize the following options: server name, max player number, play mode (LAN, ONLINE)?
|
||
4 years ago
|
|
||
|
###### Is the maximum number of players 4 and the minimum 2?
|
||
|
|
||
4 years ago
|
###### If you try to host the server without a server name (input text box empty), does a warning message appear and are you forbidden to enter the server?
|
||
4 years ago
|
|
||
4 years ago
|
###### On the Join menu, can you switch between searching LAN sessions and Online sessions?
|
||
4 years ago
|
|
||
4 years ago
|
###### Once the game finds a session, is a button with the session name displayed on the screen?
|
||
4 years ago
|
|
||
4 years ago
|
###### Does this button allow the player to join the host session?
|
||
4 years ago
|
|
||
|
###### Is there a loading screen while joining the session?
|
||
|
|
||
|
###### Inside the lobby, can players see each other driving around?
|
||
|
|
||
4 years ago
|
###### Is a message present either stating to “Wait for host to launch the game” or to “Click start to launch the game” depending whether you are the session host or a client?
|
||
4 years ago
|
|
||
|
###### Is the loading screen present on both server and client when the START button is pressed by the host?
|
||
|
|
||
|
###### After the host clicks on the start button, do all players spawn on the race map?
|
||
|
|
||
4 years ago
|
###### Does the race start after a countdown?
|
||
4 years ago
|
|
||
4 years ago
|
###### When the players cross the finish line, does a message appear on the screen indicating that the player wins or loses?
|
||
4 years ago
|
|
||
4 years ago
|
###### When the race finishes, is the player input disabled (player can not move)?
|
||
4 years ago
|
|
||
|
###### Is the Advanced Session plugin being used to create and search a session?
|
||
|
|
||
4 years ago
|
###### Are all widgets navigation handled inside the GameInstance of the player?
|
||
4 years ago
|
|
||
|
###### Does the student used "Has Authority" to know if a custom event is called by the server or the client?
|
||
|
|
||
|
### Bonus
|
||
|
|
||
|
###### When all players crossed the line, is a restart button available?
|
||
|
|
||
4 years ago
|
###### When crossing the finish line does the name of the winner display on the screen?
|
||
4 years ago
|
|
||
|
###### Can the players join a session by inserting an IP?
|