I am trying to make a multiplayer game where you move your robot and play a game. I cannot get the robots to move though. I mean like if i move a robot on one device it won't move on the other device so, I know it have to send the position of that moving object to the other device. I just do not know how to do that.
Does anyone have any good tutorials or know the code to send the position of an image to another device over bluetooth?
I am using the Gamekit on xcode for the bluetooth. (peerpickercontroller)
I am sorry if this sounds awkward but I tried to word it the best I could.