Currently, we have one "round end" condition, which occurs when a timer expires.
Let's also add a game mode when the game ends based on # of lives.
- each player starts with
n lives.
- when all players except one (or all players -- in case of a self kill at the end) have 0 lives, end the round.
- who is the victor: last survivor? best score (kills - deaths)?
Currently, we have one "round end" condition, which occurs when a timer expires.
Let's also add a game mode when the game ends based on # of lives.
nlives.