Pong running on Flask.
- Multiple skins
- New control modes
- W: Increase up speed
- S: Increase down speed
- Space: Pause
- Python 3: https://www.python.org/downloads/
Clone the repository/download it as a zip. Navigate to the folder with the app.py
file.
Run python3 -m pip install flask
Run python3 app.py
Open the link you see in the output.