Can a local multiplayer iOS game display differently for each device?

Posted by Rahil627 on Game Development See other posts from Game Development or by Rahil627
Published on 2012-06-04T09:36:22Z Indexed on 2012/06/05 4:49 UTC
Read the original article Hit count: 172

Filed under:
|

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.

© Game Development or respective owner

Related posts about ios

Related posts about multiplayer