Pong is a simple table tennis simulation where two players control paddles on opposite sides of the screen. The objective is to score points by hitting the ball past your opponent's paddle.
GitHub

Pong Game in Python

A classic Pong game built using the turtle graphics module in Python. This project demonstrates Object-Oriented Programming (OOP) concepts while recreating one of the most nostalgic arcade games.