/Pong.py

A little black and white pong game written in Python. A small project, but fun. Two player.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Pong.py

A black and white old-style Pong game I wrote in 6th grade, intended for 2 players.

Player 1 controls the left paddle with the W and S keys. Player 2 controls the right paddle with the up and down arrow keys.

Each player's score is shown above their respective paddles.

The ball slowly gains velocity through the game, and so do the paddles.

To prevent the ball from hitting the left or right edge and giving the respective player a point, deflect it with your paddle.

image