Horizontal Pong
This was a project taught me many principles of backend developement. Written entirely in Python, this project utilizes principles of object-oriented programming to output a two player game that keeps scores and uses simple physics to move the ball around the screen. The code for this project is available to view on GitHub.
Highlights
- Python
- Object-Oriented Programming
- Terminal/Console Application