1.0.0 • Published 4 years ago
pandemicjs v1.0.0
Pandemicjs
Pandemicjs is a simple pandemic simulation.

Installation
npm i -D pandemicjsor
yarn add -D pandemicjsor
<script type="module">
  import { Pandemic } from 'https://cdn.jsdelivr.net/npm/pandemicjs@1.0.0/dist/index.esm.min.js'
</script>Usage
<div class="world" style="height: 800px; width: 800px;"></div>import { Pandemic } from 'pandemicjs'
new Pandemic(',world', {
  n: 800,
  fps: 30,
  play: false, // you can manipulate a virus source
  hospital: false,
  splashDistance: 30,
  infectionRate: 0.1,
  onsetPeriod: 100,
  antiBodyPeriod: 200
})1.0.0
4 years ago