/Pong-Game

The classic Pong game created by using Python and the pygame module.

Primary LanguagePython

Pong Game

Pong is a classic two-player arcade game that simulates table tennis. In this implementation using Python and Pygame, players control paddles on opposite sides of the screen and try to score points by bouncing a ball back and forth between them.

Installation

Install pygame

    pip install pygame