Building a Game Server in C++ #8: Tic Tac Toes
I want to build a second little game of my server. In fact, I will build two versions of it (hence the plural): one against the machine (PvE) and another between two players (PvP). My motivation this time is to explore two aspects that games should have in a client/server setup, namely minimal network usage…
