Classic Arcade Reimagined
This project is a Python re-implementation of the original 1972 Pong game. Two paddles, one ball, first to 10 wins.
Implementation Details
- Built with Python's Turtle graphics module — no external dependencies.
- Collision detection handles left/right wall bouncing and paddle deflection.
- Scoreboard updates in real-time using screen writes.