🏓 Pong Game A simple implementation of the classic Pong game using Python’s Turtle graphics library.
🎮 Features Two-player gameplay Real-time ball movement Score tracking displayed at the top Keyboard controls for paddles Simple and clean UI Window size: 993 x 768
🛠️ Tech Stack Language: Python Library: Turtle (for graphics)
🎮 Controls Left Paddle (Player A) W → Move up S → Move down Right Paddle (Player B) Up Arrow → Move up Down Arrow → Move down