Skip to content

karanlvm/PyPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyPong

The classic pong game made on Python

I tried to recreate the classic video game Pong that was made by Atari in 1972 using Python . The game launches in Single Player mode by default which means that the Paddle on the right side ( Paddle B) is controlled by the computer. To play in multiplayer mode, comment out lines 130-134

Controls and running the game.

> Clone the repository and open the file pong.py in Visual Studio Code
> Use "W" and "S" to move the Left Paddle ( Paddle A )
> Use "Up" and "Down" to move the Right Paddle ( Paddle B ) [ Use only after commenting out lines 130-134 ]

Have Fun ! :))