Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 747 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 747 Bytes

Virus Runner

An infinite runner game with an aim to educate players about cybersecurity and risks associated with the web

Demo

Rules

  1. Dodge the obstacles by jumping over them
  2. If you get hit, you can continue by answering the question correctly

Controls

Jump with W or 🡑
Stomp with S or 🡓
Answer questions with A, B, C, or D

Install

Install the latest release

Development

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