Terasology / LightAndShadow

Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting
Apache License 2.0
8 stars 22 forks source link

[WIP] Added Statistics and Game Restart Systems #88

Closed darshan3 closed 5 years ago

darshan3 commented 5 years ago

Project Cards:

  1. Game Restart [1]
  2. Game Stats System

How to test:

  1. Host a Light and Shadow game
  2. Join the game using one more client instance
  3. Choose one team with each of the players
  4. Play the game! Kill each other, capture the flags
  5. The player to collect the flag 5 times first wins!

Expected outcome: The game over screen should now show a list of all players and their kills and deaths. Pressing restart will get players back to their bases and reset the points.

darshan3 commented 5 years ago

Currently, the statistics are being displayed only for the first person. Hence, marking it as WIP.

darshan3 commented 5 years ago

Closing this pr as it is now implemented correctly in pull requests #91 and #92.