Skip to content

Tanay-Kar/Pygame-Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame-Pong

A simple Pong game designed in Python using pygame


How to play ?

Install the package pygame

pip install pygame

Clone the repository(git required)
git clone https://github.com/Tanay-Kar/Pygame-Pong
cd Pygame-Pong

OR , download the repository from the top-right code button


After cloning/downloading repository , run the file 'Pong.py'
python3 Pong.py

There are certain keyboard shourtcuts for accessing the different features of the game.
  • In the start screen , Press SPACE to play the game.
  • Once in the game , you can move your paddle (Yelow) using the arrow keys : Up and Down keys.
  • Press SPACE to pause the game.
  • Press S key to take a screenshot of the game window.
  • Press R key to restart the game.
  • Press A key to show the about page.
  • Press H key to show all the keyboard shourtcuts in-game.
  • Press M key to mute the game's background song and sound effects.

    Have Fun !!

  • Releases

    No releases published

    Packages

    No packages published

    Languages