/VirusSimulation

Simple simulation of the virus propagation.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Virus Simulation

Description

Simple virus simulation written in Python 3.8.

Simulation is displayed on an HTML canvas element, and Transcrypt library is used to convert Python code into JavaScript code.

How to run

pip install -r requirements.txt
transcrypt -m -b -n simulation.py

And then open index.html in your favourite web browser.

Current state

https://blackbat13.github.io/VirusSimulation/

License: GPL v3