Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 645 Bytes

File metadata and controls

25 lines (20 loc) · 645 Bytes

Pong Game (Python)

A simple Pong game built in Python as a practice project to strengthen programming fundamentals such as control flow, event handling, and OOP.

Features

  • Two-player paddle control
  • Ball movement and collision detection
  • Score tracking
  • Real-time game loop

Technologies

  • Python
  • Turtle

What I Learned

  • Managing a continuous game loop
  • Handling keyboard input and events
  • Implementing collision detection logic
  • Structuring a small program into readable components

How to Run

  1. Make sure Python is installed.
  2. Clone the repository:
    git clone https://github.com/PATH456/Pong_Game.git