An infinite runner game with an aim to educate players about cybersecurity and risks associated with the web
- Dodge the obstacles by jumping over them
- If you get hit, you can continue by answering the question correctly
Jump with W or 🡑
Stomp with S or 🡓
Answer questions with A, B, C, or D
Install the latest release
git clone https://github.com/paramt/virus-runner.git
cd virus-runner/
pip install -r requirements.txt
python VirusRunner.py
Note: Python 3.7+ is required