Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 589 Bytes

File metadata and controls

20 lines (11 loc) · 589 Bytes

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