Skip to content
/ Pong Public

Classic Pong game implemented in Python using Pygame. Supports basic game controls, scorekeeping, pause functionality, and automatic opponent movements.

Notifications You must be signed in to change notification settings

AzzyCode/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Pong Game in Pygame

Classic Pong game implemented in Python using Pygame. Supports basic game controls, scorekeeping, pause functionality, and automatic opponent movements.

Features

  • Classic Pong gameplay with two paddles and a bouncing ball.
  • Score tracking for player and opponent.
  • Pause functionality with the press of a space key.
  • Game win condition with reset capabilities.

Prerequisites

Before running the game, ensure you have the following installed:

  • Python 3.x
  • Pygame

Running the Game

The start the game, navigate to the game's directory in your terminal and run:

python pong_game.py

Game Controls

  • Up Arrow Key: Move player paddle up
  • Down Arrow Key: Move player paddle down
  • Spacebar: Pause and continue the game

Licence

This project is open source and available under the MIT License.

About

Classic Pong game implemented in Python using Pygame. Supports basic game controls, scorekeeping, pause functionality, and automatic opponent movements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages