My first python program, a good ol' game of Pong
~$ git clone https://github.com/VissaMoutafis/Pong
~$ pip install tkinter~$ python3 pong.pyDisclaimer: The original idea and project was taken from this video. I just use it for educational purposes in order to practise reinforcement learning and pretty much learning some game development in python.