Tagged Questions
6
votes
4answers
717 views
Server-side physic simulations with hundreds of players
I’m currently working on a singleplayer physics-orientated game where I would like the physics to be simulated server-side. This because the game will have leadersboards, persistant player ...
3
votes
2answers
201 views
What is a fair latency, to cut off game connection at?
I'm currently coding a realtime game. I'm doing alot of technical operations with the physics world (resimulations of old world states etc.) to prevent game lag. I save the world state every physics ...
-2
votes
2answers
167 views
Resources about movement and simulation in multiplayer games [closed]
I am developing a multiplayer game, similar to Castle Crashers. This is the first multiplayer game I do so, before starting to code, I am trying to learn what's the best way to do it. I found some ...