A simple Pong game written in Python using the turtle graphics library.
- Classic Pong gameplay for two players
- Main menu with Play, Settings (placeholder), and Exit buttons
- First player to reach 10 points wins
- Purple ball for a modern look
- Player A (Left Paddle):
- Move Up:
W - Move Down:
S
- Move Up:
- Player B (Right Paddle):
- Move Up:
Up Arrow - Move Down:
Down Arrow
- Move Up:
- Make sure you have Python 3 installed.
- Run the game:
python3 pong.py
- Python 3.x
- Standard
turtlemodule (comes with Python)
MIT License
Enjoy playing Pong-Ping!