Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 388 Bytes

Virus spread simulator

Animated simulation of virus spreading with the ability to control population and severity of lockdown. Intended as a bit of fun, not scientifically accurate in any way!

Written using Node JS, Typescript and Babylon JS.

Usage

Install:

npm install

Run in webpack dev server:

npm run install

Publish to minified JS:

npm run build