# 🏓 Pong Game (Python – Turtle) A simple **two-player Pong game** built using Python’s `turtle` module. This project recreates the classic arcade Pong with basic graphics, smooth movement, and real-time scoring. --- ## ✨ Features * Two-player local gameplay * Smooth paddle and ball movement * Ball collision with paddles and walls * Real-time scoring system * Automatic ball reset after scoring --- ## 🎮 Controls **Player A (Left Paddle)** * Up: `W` * Down: `S` **Player B (Right Paddle)** * Up: `↑` (Up Arrow) * Down: `↓` (Down Arrow)