paralin / goterram

Go game logic for Terram.
1 stars 0 forks source link

Network sync of physics #28

Open paralin opened 7 years ago

paralin commented 7 years ago

We could just set the position, velocity of the physics bodies when the messages come through, but this would be pretty bad because the physics messages will be lagged behind by the player's ping.

Need to find a good solution to this come networking time.