Paddle Pong Game - 2 players
This is a Paddle Pong Game App. It requires two players. Your goal is to hit the ball with the paddle and try to make the other opponent to miss the ball.
It requires a GUI interface to work, therefore, it will not be able to be played on this website. You can download the .exe file (created with "Pyinstaller Library") CLICKING HERE or download all the python files in the game RESPOSITORY and execute it in your personal code editor.
The example of the game working is displayed in the Game Video Example and its rules right after that.
Game Video Example
Game Rules
- The rules for the game are very simple:
- To control the left paddle you must use "W" for up and "S" for down.
- To control the right paddle you must use the "up arrow" for up and "down arrow" for down.
- If your opponent misses the ball, you gain a point.
- The game ends once one of the players reaches 5 points.