======
- Clone or download and extract the repo
- Open the src/server/ directory
- Run server.py with python 3+ (if you receive errors, use python 3.5 specifically)
- Ensure port 3033 is accessible through any gateway/router your server computer is connected to
- Open the src/client/ directory from your downloaded repo
- Take a copy of client.py and distribute this to all client machines
- On each client machine, run client.py with python 3+ (again, python 3.5 if you get errors)
- Enter a username, then enter the IP of the server machine (local works if on the same network, global works regardless)
- Note: you should not add the port on the end, this is handled separately
======