Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 295 Bytes

TicTacToe-server-client

Here, Two clients play the game and server manages it.

To run

  1. gcc server.c -o server
./server portnumber
  1. gcc client.c -o client
./client localhost portnumber
  1. gcc client.c -o client
./client localhost portnumber

Enjoy.