/virus-runner

Educational game about cyber security made for a school project

Primary LanguagePython

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