Skip to content

peatear-anthony/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Simple game of pong recreated using pygame.

Installing

  • Install requirements
pip install -r requirements.txt

Executing program

  • How to run the program
python pong.py

Configuring game settings

  1. Open settings.py
  2. Edit appropriately

Game Controls

Player 1 (Bottom Paddle)

  • Left Arrow Key - Move Left
  • Right Arrow Key - Move Right

Player 2 (Top Paddle)

  • W Key - Move Left
  • D Key - Move Right

Common Controls

  • Space Key - Shoot Ball
  • ESC Key - Quit Game

About

Simple game of pong recreated using pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages