Can a local multiplayer iOS game display differently for each device?
- by Rahil627
I've seen games which display different data for two devices, but not more than two.
If possible, can it be accomplished using GameKit?
EDIT:
More specifically, I was thinking local multiplayer via bluetooth or wi-fi on an iOS device. Most games I've seen display the same screen synchronized across all of the devices.
I understand games that network across the internet do this, often using a server, but I haven't seen any examples of a 3+ device local multiplayer iOS game. I just want to make sure it wasn't some kind of limitation.