Overview

The Ping Pong Game is a classic two-player arcade-style game developed using Python with the Pygame library. Players control paddles to hit a bouncing ball back and forth, aiming to score points by getting the ball past their opponent's paddle. The game tracks scores and announces a winner when a player reaches 10 points.

Technologies Used

How to Run the Game

  1. Clone the Repository.
  2. Install Dependencies: Make sure you have Python and the necessary libraries installed.
  3. Run the Game.
  4. Gameplay: Input player names, then control your paddles as described below. The game runs until a player reaches 10 points.

Gameplay Instructions