RTS Game Multiplayer Networking Solution Optimization: RPCs, Event Bus, and Network Objects
While working on an RTS game with a custom networking solution / backend, we were tasked with improving the networking protocol – making it more extensible, easier to work with, and simpler to add new functionality. The client side was…