Approach for Real time Game like Soccer

Started by
2 comments, last by hplus0603 14 years, 2 months ago
What should be the approach for programming the Real Time games like Soccer with multiplayer implementation?
Advertisement
1) Read the Forum FAQ to understand what options are available.
2) Decide how you want to deal with latency: control lag on input, or snap-backs on contention?
3) Implement, test, and refine.
enum Bool { True, False, FileNotFound };
Does this get a prize for "Most General Question Ever"?
"Why?"
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement