Hi all, I am trying to figure out the best and most efficient way to develop a turn based multiplayer game. It would have 2 peers only and each peer would have alternating turns. Both would see the other peer from the same perspective as an opponent, whilst seeing themselves as the player. Specifically I am trying to figure out to broadcast the peers turns to each other and whether to have host peer set up or a neutral host and how to do this. Any help would be greatly appreciated and if anyone is working on a similar project, it would be cool to swap ideas:)
Mat.