youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Implemented End-Condition #37

Closed ghost closed 4 years ago

ghost commented 4 years ago

At the moment, the game ends after a timeout. Instead, let the game end after the player dies or noone is sick any more.

We can implement this similar to the way we did it in Python.