There are 2 common choices of architecture for game network implementation: client-server peer-to-peer What I did was some kind of hybrid of those two. I used Remote Procedure Calls (RPCs). In this post I will describe this technique giving some basic examples showing the role of server and actually giving it some tools to do it’s role as … Continue reading Quick implementation of Network for existing Game
↧