I am wondering how I can “synchronize” speed (obviously, with lower speed) from different PCs? My 2nd racing game written in C # + SDL.NET. How to "move" an object on the screen with the "same" speed on all PCs sending the "state" variable only 3 times per second (for example)? Thanks
source
share