A very simple implementation of Pong with Pygame and Python3.
Clone this repo.
Install pygame
pip3 install pygame
Run the main.py file.
The code is very intuitive, so constants and controls can be easily changed by the user.
Player 1:
- Up - w
- Down - s
Player 2:
- Up - o
- Down - k
Reset - r
Quit - q