Tagged Questions
7
votes
2answers
666 views
Authentication for a multiplayer game via sockets
I'm implementing a custom binary protocol for a new multiplayer game I'm working on. Its a turn-based strategy game so timing doesn't really matter. I've currently got the basic data sync portion of ...