HealthLine
About
Link to version with the fix:
https://gofile.io/d/wKeO80
NOTICE! There is a bug crashing the game in the current upload in Itch. Because of the jam judging process I cannot update it. You can try the link above to try the game for the time being.
Covid19 simulation game for Jamming the Curve. Building barriers between people will prevent the infection from spreading. As the player you should build them to minimize the infected count.
Simulation model is based on the data of Georgia Tech
https://github.com/GT-DILAC/unityengine
Input:
- Mouse
- Alt + F4 for quitting
Technical details:
Every agent's infection risk is calculated independently. Game wouldn't run smoothly if Unity DOTS stack wasn't used. HybridRenderer_v2 does not support WebGL for now, so it is Windows build only.
Source code:
https://github.com/sapsari/HealthLine