Back to projects

Pong Game

Classic 2-player arcade game in Python

PythonTurtleGame Dev

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.