Created by:
Richard Ballaux
Viktor Deturck
Leon Santen
This game is a two-player game. Each player needs a controller in form a green object that is recognized by the laptop's camera. To select the settings, one of the two players needs to hover with their 'controller' over the corresponding setting they are trying to change. After having selected all necessary settings for the game, the game starts automatically. Each player controls the height of their paddle with their controller by changing the height of the green object they are holding.
This game is meant to be run on a linux system.
$ conda update anaconda-navigator
$ conda update navigator-updater
$ pip install opencv-python
Run game via the terminal. Navigate to the folder the folder the game file is located in. Run the following command:
$ python argame.py
or
$ python3 argame.py
You can find the final write-up PDF document in this folder. It is called "Final Write Up - Augmented Reality Pong Game" and includes a detailed description of implementation and the project idea.