Troy Espiritu
Kendrick Tan
CS23 Networked Game Project

Please Run Makefile to compile tictactoe_server.c / tictactoe_client.c 
to tictactoe_server / tictactoe_client respectively.

then run ./tictactoe_server

on different terminal/windows, run:
./tictactoe_client <hostname>
where hostname is your "hostname," without the <>

known issues
can only run 1 game of 2 players. MUST RESTART server 
before another game can be played. system will prompt.





Reference for the Network:
http://www.ecst.csuchico.edu/~beej/guide/net/
