Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 433 Bytes

File metadata and controls

11 lines (7 loc) · 433 Bytes

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