A simple Pong game built in Python as a practice project to strengthen programming fundamentals such as control flow, event handling, and OOP.
- Two-player paddle control
- Ball movement and collision detection
- Score tracking
- Real-time game loop
- Python
- Turtle
- Managing a continuous game loop
- Handling keyboard input and events
- Implementing collision detection logic
- Structuring a small program into readable components
- Make sure Python is installed.
- Clone the repository:
git clone https://github.com/PATH456/Pong_Game.git