This is a simple game written in Python 3 for up to six players - playable on one single keyboard. This project was inspired by the well known game "AchtungDieKurve".
- Clone this repository.
- Create a virtual environment inside the repository and activate it.
- Install teh required packages provided within the
requirements.txt
file by runninginside your virtual environmentspip3 install -r requirements.txt
- Start the programm by running
or
python3 __main__.py
python3 /<absolute path to direcory>/WallRun
In order to run this game you need the following packages:
- numpy (>=1.19.1)
- pynput (>=1.6.8)
After cloning this repository, use the requirements.txt
file to install the above libraries into your virtual
environment.