qunabu / covid-simulation

Pandemia simulation
3 stars 0 forks source link

hygiene level of society #5

Closed qunabu closed 4 years ago

qunabu commented 4 years ago

adds an extra level of safety

https://vignette.wikia.nocookie.net/plagueinc/images/a/a1/GameDiff.jpg/revision/latest?cb=20130328183640

qunabu commented 4 years ago

image

qunabu commented 4 years ago

add dropdown to config http://workshop.chromeexperiments.com/examples/gui/#2--Constraining-Input

qunabu commented 4 years ago
qunabu commented 4 years ago

Refers to #3 and #4

qunabu commented 4 years ago

https://github.com/qunabu/covid-simulation/blob/master/js/ball.js#L126

add multiplier to get infected

1 1.1 1.2

if (Math.random() < this._config.probInfection * LEVEL) {