You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Pong game written in Python using the PyGame library.
To run the game, make sure you have pygame installed. If you don't, run pip3 install pygame.
Then, simply execute python3 pong.py.