A simple Pong game built in Python using the turtle graphics library.
This project was created while learning basic graphics, collision detection, and keyboard input handling in Python. I have decided to leave the code unmodified as a reference implementation, showcasing an earlier stage of my programming skills and approach.
- Two-player game with paddles controlled via keyboard
- Player 1:
W(up) /S(down) - Player 2:
Up Arrow/Down Arrow
- Player 1:
- Ball movement with basic collision detection
- Score tracking for both players
- Simple graphics using Python Turtle
- Make sure Python 3 is installed.
- Run the game with:
python pong.py
