youvsvirus / youvsvirus-unity

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

Infections and disease cycle #16

Closed ghost closed 4 years ago

ghost commented 4 years ago

I implemented infections and the progression infected->ill->recovered/dead using probabilities which can be fine-tuned in the SimulationController component, which is embedded in the GameObject with the same name. Resolves #5 and resolves #6 .

maccxs commented 4 years ago

This looks good!