This is a simple Ping Pong game made with Python and the Turtle library
The game has two paddles and a ball that moves automatically
Points are given when the ball passes a paddle
I used object oriented programming and handled the game events in a basic GUI