Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 645 Bytes

File metadata and controls

24 lines (20 loc) · 645 Bytes

🏓 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

Screenshot 2025-07-13 at 12 17 07 PM