BananiumLabs / AtomBlast.io

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

Manage ties #36

Closed 64bitpandas closed 5 years ago

64bitpandas commented 6 years ago

Currently, the winning team must achieve a total of 100 points to win. However, what happens when two teams hit >100 at the same time (e.g. both teams had a stake in the same kill)?

The current behavior is to simply award the first eligible team found in the array the win, ignoring the remaining eligible teams. We need to change it to keep going until the next point is won or something similar.

64bitpandas commented 5 years ago

Fixed as of 3a23c8a