A simple ping pong game created using Pygame. Built during my first year of college as a fun way to get familiar with game development and Python basics.
The game features:
- A paddle controlled by the player
- A basic AI opponent
- Real-time score tracking
- Ball bounce physics
- The player controls the left paddle using the arrow keys
- The AI controls the right paddle automatically.
- The first to reach a score of 10 wins (or it continues endlessly, depending on your setup).
- Python 3.x
- Pygame
You can install Pygame with:
pip install pygame