A clean Pong implementation in Python using Pygame. Classic two-player paddle game with proper collision detection, score tracking, and smooth 60fps gameplay.
Features
- Two-player local multiplayer (W/S and Up/Down controls)
- Ball speed increases progressively through a rally
- Score tracking with configurable win condition
- Clean 60fps game loop
Tech Stack
- Language: Python 3
- Library: Pygame