Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

Classic Pong Game 🏓

Main.py

Driver program to run the game

Scoreboard.py

Containing the Scoreboard class, responsible for keeping track of the score and

Paddle.py

Containing the Paddle class, holding all the attributes of and methods for the paddles in the game.

Ball.py

Contains the Ball class. It contains the attributes of the ball, and the methods for generating ball movement, collision induced direction changes, and resetting the position and direction of movement of the ball.