/MultiplayerPong

Pong over network.

Primary LanguagePythonMIT LicenseMIT

MultiplayerPong

The classic Pong game which can be played by two people over the internet.

Setting Up

  • Set up both the server and the clients by installing packages from requirements.txt.

  • Make sure the server is accesible from both the clients.

Running

  • Launch the server.
python GameServer.py
  • Launch the client on both pcs. (For testing, the two clients can run on the same pc)
python GameClient.py