CITS3002 – Computer Networks Project
Group Members: Alton Wong (23840745), Keandria Ong (23365164)
-
Open terminal for each player or spectator
-
Naigate to the project directory
-
Start the server:
python server.py
-
Start user:
python client.py
-
More than one user: do step 4 again for the number of users you want
Note:
- If there are errors relating to port when running, make sure no other processes are using the same port (Port 500), or you can change the port number directly in server.py and client.py