making connect 4 version with network
working with dedicated server (in linux)
pushing linux version but should make on windows
#compile with CMAKE and using SFML
this project is a test of networking this is why we don't have any animation
connect4 is a turn game but allbody know :)
compile and execute server version:
cd server && cmake --build build && cd build && ./game
compile and execute client version:
cd linux && cmake --build build && cd build && ./game