Here is a simple pong game using python pygame.
To use it and test it follow these instructions:
Download the project into your devise or simply clone the project into your virtual environment or any directory you want by running the command :
git clone https://github.com/HB2102/Pong-Game
First you should install the requirements of the project, for that, go to the project directory and run the command :
pip install -r requirements/requirements.txt
and wait for pip to install packages.
For running the project, simply run the "main.py" file and enjoy the game.
In this game you should try to stop the ball to hit your side of the wall, if it does, your opponent receives a point, the opposite is true too.
Thanks for your time.