Pong is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen. They can compete against ...
This was an old high school project where I needed to recreate Breakout-type game in Python3 using only the pygame library.