This repositroy contains simple tic-tac-toe game, which is played via local network using tcp/ip protocol.
To compile the game open terminal in the directory containing main.cpp and type
$ cmake -S . -B buildthen go to /build directory and write
$ makenow you can play the game, just run it
$ ./Tic-Tac-ToeEnjoy!