Skip to content

Achtung, die Kurve or zatacka: Arcade-game for up to six players playing on one keyboard.

Notifications You must be signed in to change notification settings

johannesbuchholz/wall-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wall Run

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".

displaying wallrun menu dsiblaying an active wallrun game dsiblaying wallrun option menu

How to install

  1. Clone this repository.
  2. Create a virtual environment inside the repository and activate it.
  3. Install teh required packages provided within the requirements.txt file by running
    pip3 install -r requirements.txt
    inside your virtual environments
  4. Start the programm by running
    python3 __main__.py
    or
    python3 /<absolute path to direcory>/WallRun

Required Packages

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.