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.
