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.
- Download and install pygame by entering
pip install pygame - Start the server.py file by entering
python server.py - Add client 1 by running client.py file by entering
python client.py - Add client 2 by running client.py file by entering
python client.pyon other computer - Enjoy!
