Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 490 Bytes

Pong

My first python program, a good ol' game of Pong

Install

~$ git clone https://github.com/VissaMoutafis/Pong
~$ pip install tkinter

Run

~$ python3 pong.py

Credits

Disclaimer: 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.

Enjoy !!!