Building a Game Server in C++ #1: The Concept
It’s been more than a decade since I last wrote any C++ code, and I’m feeling nostalgic about it. I have also always wanted to build a game server, so today I made the daring decision to scratch both itches. I want the server to support all kinds of games: single player, two player, multiplayer,…
