Corona Simulation Code Along

My code: https://github.com/simon-tiger/Corona-Simulation

This is my 3-part code along tutorial series of COVID-19 epidemic simulations.


In Part I, I have implemented the spread of the virus and recovery:

In Part II, I have implemented increased hygiene and quarantine scenarios:

In part III, I tried two ways to implement social distancing, both collision-based, but the second one turned out much more successful (starting at 00:45 min). This part of the series was recorded during two live coding sessions on Discord on 8 and 10 April 2020:

The programming language I used is Processing (Java), optimized for Creative Coding purposes. To run the code on your computer, you'll need to install Processing https://processing.org (I provide more detailed instructions in my GitHub readme).

My basic coronavirus simulation in p5.js: https://editor.p5js.org/simontiger/sketches/lCLuPy0jN