Goal: Two paddles, bouncing ball, scoring.
Stack: Python 3.x, turtle
- Ball physics (angle/speed), paddle hit detection
- Scoreboard, win condition
- 2-player or simple AI (optional)
- Left paddle: W/S
- Right paddle: Up/Down
python main.py
## What I learned
Reflection math & simple physics
Input handling and game loop timing
Code structure for small games