Tagged Questions
6
votes
1answer
218 views
Timestep in multiplayer game
I'm trying to wrap my brain around the concept of creating a server/client multiplayer experience.
My problem is mainly related to timestep. Consider the following scenario:
A client connects to ...