In FPS network game,how to keep synchronization?

Started by
1 comment, last by CalvinCoder 18 years, 3 months ago
now, I am programming a FPS network game,but I found there are some problem to keep all player synchronization,are there some good aricles or papers which introduce the theory and method of FPS mutiplayer game?I want to know the network aspect.thank you!!
Advertisement
There are several pointers to different techniqes in the Forum FAQ. If you're having trouble with any of those resources, feel free to post follow-up questions in the forum!
enum Bool { True, False, FileNotFound };

Or read some of the excellent articles on Gaffer's page on the topic:

http://www.gaffer.org/articles/

This topic is closed to new replies.

Advertisement