Simple online pong game made with pygame
Server hosts the game, two clients play, connecting to the server
This project is by no means complete, polished or efficient. However it accomplishes to create a simple pong experience. Feel free to try it out!
You must have Python 3 and the pygame module installed.
python3 server.py <host> <port>
python3 client.py <host> <port>