In a physics game, and with many objects (more than 100) that can be moved by players, how is the best way to control the position of all objects, so that all players have the same view?
I'm new to multiplayer system, so I do not know how to do it the most efficiently and with least data sending.