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.
 
 
 
 
OGordoo ed1e08359e multiplayer_fps review 3 years ago
..
README.md multiplayer_fps review 3 years ago

README.md

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 server.
Does it compile and run without any warnings?
Does it ask for the IP address of the server?
Insert the IP address of the game server.
Does the client manages to connect to the server?
Does the client asks you for an username?
Insert your username.
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 in 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 higher than 50 fps?
Try to connect to the server from another computer.
Are you able to connect to the server?
Connect simultaneosly with as much people as posible and play the game for at least 3 minutes.
Did the frame rate stayed over 50 fps?
Independently of the frame rate displayed in the screen, does the game feels smooth?

Bonus

+Is it posible to edit your own maze?
+Are levels created automatically by an algorithm?
+Can you play against an A.I. player?