Uses the pygame library: https://www.pygame.org/
A single player pong game where the ball bounces off three walls (top, left and bottom). You control the pong paddle with your mouse. Try to keep the ball away from the red boundary on the right.
Possible future improvements:
- Add a game over/play again screen
- Add a second paddle for multiplayer
- Implement a way to play against CPU
- Add some sort of points system