/massp-pong-game

Play pong by hands' movement.

Primary LanguagePython

Pong game

Introduction

This project is a minigame created for MaSSP Open Day 2023.

How to play: Players control paddles by their move their hand up and down to catch and bounce the ball back to the opponent.

Our members are:

Installation & Getting Started

We recommend you should have a miniconda environment. After that, you can install dependencies with this command

pip install -r requirements.txt

After that, to play the game, you can simply run

python run.py

Credits

We are not able to create this game without this awesome tutorial.