Pong Game
This pong game is written in a way that shows the reader the entire logic behind this simple pong game. This directory is aimed at showing an interactive piece of code, and the line of reasoning behind it to a beginner python dev. The code is not optimised for number of lines, but it is optimised for clarity, as it is aimed to beginner python devs.