An open API service indexing awesome lists of open source software.

https://github.com/paramt/virus-runner

Educational game about cyber security made for a school project
https://github.com/paramt/virus-runner

educational-game python-arcade

Last synced: 2 months ago
JSON representation

Educational game about cyber security made for a school project

Awesome Lists containing this project

README

          

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

![Demo](demo.gif)

### 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](https://github.com/paramt/virus-runner/releases)

### 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