Classic Pong game built in Python using the turtle module.
-
Object-oriented structure (Paddle, Ball, Scoreboard)
-
Two-player local gameplay
-
Ball collision physics (walls and paddles)
-
Score tracking system
-
Left paddle:
W/S -
Right paddle:
Up Arrow/Down Arrow
-
Install Python 3
-
Run:
python main.py- Python
- turtle graphics
