Simple Pong game written with Python's standard library.
- Download/clone the repo
- In the terminal
cd
into the repo directory - Write
python pong.py
and press enter. Voilà!
This project requires no dependencies other than Python itself.
The game was written in Python 3.8, it probably runs in Python 3.7 too. Maybe Python 3.6 as well? Be my guest to try it out ;-)