-
In the command line enter
gcc -o server.c server
to compile server -
In the command line enter
gcc -o client.c client
to compile client -
In the command line enter
./server
to run the server -
In the command line enter
./client
to run the client -
Follow the in-terminal instructions to select a port / IP and play the game.
- We advise that you start the server first, then run the client
- For ease of use we reccomend that you use two Terminal windows, one for running the server, and one for the client.