Simple "Pong" using pygame in python 3.6
Use W and S for player to the left, UP- and DOWN-arrows for player right.
First one to 5 wins!
pip install -r requirements.txt
python3 main.py
To build EXE with no MSI installer:
python setup.py build
With MSI Installer:
python setup.py bdist_msi