Mutli Player Game synchronization
问题 The Situation: I would like to ask what's the best logic for synchronizing objects in a multiplayer 1:1 game using BT or a web server. The game has two players, each of them has multiple guns & bullets, the bullets are created dynamically and disappear after a while, the players my move objects around simultaneously. The Problem: I have a real issue with synchronization, since the bullets on one device may be faster than other, also they may have already gone or hit an object on one device