Pong Game
Pong Game
PROJECT
INTRODUCTION
This project is a recreation of the classic Pong game,
implemented using Python and Pygame. This innovated Pong
game includes several additional features like:
• Paddle shrinking
• An additional level where a second ball is introduced
• A countdown timer
• Support for two players
c
• Player Controls: Player 1 controls
the paddle using the 'W' and 'S'
keys, while Player 2 uses the 'UP'
and 'DOWN' arrow keys.
• Ball Movement: The ball moves in a
2D space and bounces off the top and
bottom edges of the screen, as well
as off the paddles.
• BLUE USES: RED
Scoring: Points are awarded when a USES:
player misses the ball. The game
continues until a player reaches 30
points, at which point the game ends.
SHRUNK PADDLE
GAME MECHANICS
c
• Paddle Shrinking: If the score difference
between the two players exceeds 3 points,
the losing player's paddle shrinks to half
its original height, making it harder to
block the ball.
COUNTDOWN
USER INTERFACE
WINNER DISPLAYED
• Level 2:Level 2 is an
additional level where a second
ball is introduced, when a
players score reaches 15 the
game levels up making this game
more exciting and challenging.