top | item 42220516

(no title)

ltr_ | 1 year ago

Q: any resource to learn about modern approaches for real time game protocols?

discuss

order

liontwist|1 year ago

The main difference in modern games is the set of things in the world that might need sync has grown, much more than the available bandwidth.

So need sophisticated logic to filter what needs to be updated in a given frame based on relevance, to fit within a packet,

And of course now you need cloud systems for matchmaking, telemetry, etc.