/pong-net

a simple multiplayer pong game

Primary LanguagePython

pong-net

installation and usage

  • run "make install" to pip install the required packages
  • run "make run" for a quick demo of the game
  • run "make start-server" to start the server
  • run "make client" to start a client
  • edit src/settings.py, changing the SERVER_IP as needed (by default this is set to localhost)