/Online-Multiplayer-Python

This is a python base project which is used to create a multiplayer game.

Primary LanguagePython

Online Multiplayer Python

This is a python project which is used to create a multiplayer game. Right now its LAN only but will be updated to support internet too. This base project currently has two squares which can be moved around via LAN.

How to play?

  1. Download and install pygame by entering pip install pygame
  2. Start the server.py file by entering python server.py
  3. Add client 1 by running client.py file by entering python client.py
  4. Add client 2 by running client.py file by entering python client.py on other computer
  5. Enjoy!

App's UI/UX

Screen Recording 2022-03-08 at 15 45 50