BananiumLabs / AtomBlast.io

Multiplayer arena game which takes place at the molecular level.
MIT License
1 stars 0 forks source link

Points system #31

Open 64bitpandas opened 6 years ago

64bitpandas commented 6 years ago

Every player should have a field keeping track of who did how many damage to the player. When the player dies, the game should award 2 points to the player who did the most damage, and 1 for all assists. The game should then push out a global notification saying who died and who killed them.

Score is displayed on the HUD - both team score (in the middle) and individual score (off to the side).

64bitpandas commented 6 years ago

Team scores implemented as of commit ce42cbf, but individual scores still need work.

64bitpandas commented 5 years ago

No longer required as a core mechanic. Will be put to low priority.