Tagged Questions
4
votes
6answers
343 views
Where can I find information for programming a game to avoid network latency issues?
I am looking for programming methods to counter network latency for say a racing game or a FPS. What I specifically mean is what would I need to do to the physics engine and what information should I ...
55
votes
6answers
7k views
How to write a network game? [closed]
Based on Why is so hard to develop a MMO?:
Networked game development is not trivial; there are large obstacles to overcome in not only latency, but cheat prevention, state management and load ...