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
- Host: GitHub
- URL: https://github.com/paramt/virus-runner
- Owner: paramt
- Created: 2019-10-10T18:15:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T21:39:13.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T21:10:25.991Z (7 months ago)
- Topics: educational-game, python-arcade
- Language: Python
- Homepage:
- Size: 14.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
### 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.gitcd virus-runner/
pip install -r requirements.txt
python VirusRunner.py
```
> Note: Python 3.7+ is required