Real-Time Multiplayer: how to?

I’m working on a multiplayer game at the moment and Ive done the networking using BSD Sockets for Mac/IOS/Linux/Android and WinAPI for all Windows platforms using a cross platform wrapper. I’m using UDP because it’s realtime, TCP for chat, and http for REST calls to Google analytics and other monitoring stuff.

1 Like