A multi-threaded Tic-Tac-Toe server.
Use any TCP client like telnet to connect on designated port.
- kibitz - Observers alone can message to other observers & the players of the game
- ' - Players sends message to the other player of the game
- We give each player <time_limit> for every move. Time limit resets after each turn.
- Stats - wins and losses are reset each login