This is a simulation of the spread of an epidemic. Use the slider to control what percentage of the population stays at home, then click the Green Flag. The graph shows how the number of sick people changes over time Color Code: Healthy/Blue, Sick/Red, Recovered/Green
Thanks to mres for the original project Epidemic Simulation. Try modifying the code to see what happens if: * Sick people recover more quickly -- or more slowly * There are more people in the community * The virus spreads probabilistically when people contact I added comments in the code to identify the areas to change for different scenarios.