Building a Game Server in C++ #9: A Client Framework
Now that my game server is at a decent level of development, and I have two fairly simple games to experiment with, I want to concentrate to the client side. Some time ago I came up with a Client class which facilitates the communication with the server. In this article, I want to define a…
