A simple yet fun Pong game built with Python and Pygame, featuring player vs AI gameplay, score tracking, and a game over screen that appears when either side scores 11 points. The game restarts only after clicking the screen no keyboard shortcuts needed!
- Classic Pong gameplay
- Player-controlled left paddle using S and S
- AI-controlled right paddle that follows the ball
- Real-time scoreboard display
- Game Over screen when either side reaches 11
- Game restarts only after clicking the screen
- Expandable structure using scenes and sprite groups
- Clean code architecture using OOP and a modular setup
- Python
- Pygame
- OOP Structure
- Scene and Asset Managers

