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.
34 lines
894 B
34 lines
894 B
4 years ago
|
### Functional
|
||
|
|
||
|
##### Try to run the game server
|
||
|
|
||
|
###### Does it compile and run without any warnings?
|
||
|
|
||
|
##### Try to run a client in the same computer as the sever
|
||
|
|
||
|
###### Does it compile and run without any warnings?
|
||
|
|
||
|
###### Does it ask for the IP address of the server?
|
||
|
|
||
|
##### Introduce the IP address of the game server
|
||
|
|
||
|
###### Does the client manage to connect to the server?
|
||
|
|
||
|
###### Does the client asks you for a name?
|
||
|
|
||
|
##### Introduce your name
|
||
|
|
||
|
###### Does the client initiates the graphical interface?
|
||
|
|
||
|
###### Are you presented with a mini map of the maze?
|
||
|
|
||
|
###### Can you see your position in the mini map?
|
||
|
|
||
|
###### When you move around the world does your position updates in the mini map?
|
||
|
|
||
|
###### When you move around the maze does the view of the camera updates?
|
||
|
|
||
|
###### Is the frame rate displayed in the interface?
|
||
|
|
||
|
###### Is the frame rate of the game higher or equal to 30 fps?
|