Skip to content

Latest commit

 

History

History

pong

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Pong

Rules

  1. 2 player game
  2. Left side of the player can move the paddle using w ans s
  3. Right side of the player can move the paddle using Up arrow and Down arrow
  4. The speed of the ball is random each time it bounces off the paddle

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone [email protected]:AseanK/beginner-python-games.git
  3. Head to the pong folder
  4. Run the file using python command python main.py