Hello,
I’m trying to implement a very simple P2P multiplayer game for two players, but I don’t know how the game logic should be synchronized. For this to work I need one game to be the master and one game to be the slave, so I need some kind of “contract” between those two games that from now on one game is run by the other. However, I don’t know how to approach this.
Thanks for any idea.