This program implements a game of tic-tac-toe using sockets(C socket class) and pthreads.
Steps to run:
-
Run make.
-
Run serverC. That is, ./serverC (either 1 or 2) ** This denotes how many players will be playing**
-
Run client. That is, ./client . If it is on the same computer, run it another terminal window. 4. Play the game.