This is an interpretation of the game "Achtung die Kurve", purely written in python3 and playable for up to six players - all on one single keyboard.
Highlights:
- Up to six-player action on one keyboard
- Choose from up to 17 powerups
- Take screenshots of your most glorious victories
- Mouse-free gameplay thanks to pause and resume function on space bar
- Clone this repository.
- Create a virtual environment inside the repository and activate it.
- Install the required packages provided within the
requirements.txt
file by runningpip3 install -r requirements.txt
- Start the programm by running
or
python3 __main__.py
python3 /<absolute path to direcory>/WallRun
- python 3
The following packages are required:
- numpy (>=1.19.1)
- pynput (>=1.6.8)
The ui is based on tkinter which should already be included in your python installation.