NewCreature / JoyNet

A base networking engine which synchronize input over a network to produce duplicate games.
3 stars 2 forks source link

Add Loading State #3

Open NewCreature opened 12 years ago

NewCreature commented 12 years ago

Most complex games go through a loading phase before the game starts. We need to be able to tell JoyNet that data is being loaded and wait until all players have loaded the data before processing any game messages. Some machines may load slower than others and there's a chance the input buffer could overflow on those machines.

Should work similarly to the pause feature.