Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ping pong

A classic ping-pong game made using the turtle and Tkinter module.

Each file is responsible for each component of the game and constructed using OOP;

Scoreboard: keeps track of the score. Paddle: The paddle the player will use to hit the ball Ball: The ball's movement, speed, and effect on the paddle.

image