You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.