A simple two-player Pong game built using Python's 'Turtle' module. Players control paddles to bounce a ball and score points.
- Player 1 (Left Paddle):
- Move up:
W
- Move down:
S
- Move up:
- Player 2 (Right Paddle):
- Move up:
Up Arrow
- Move down:
Down Arrow
- Move up:
- Score a point when the opponent misses the ball.
- First to 10 points wins!
- Two-player mode.
- Real-time score tracking.
- Game over screen when a player wins.