Tagged Questions
9
votes
2answers
2k views
Online multiplayer game basics
I'm currently working on a c# online multiplayer game in real-time. The aim is to have client/server based connection using the UDP protocol. So far I've used UDP for players' movements and TCP for ...