Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 547 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 547 Bytes

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