I have a game with four stations and four sets of guns. It is currently a solo game and you get the only shooting weapon to take out opponents pieces. I now want to make it multiplayer for up to four players for playing each other from up to four iDevices. I was thinking of using the Prime 31 plugs for iDevice networking, either bluetooth or wireless…not sure yet. Here are some thoughts and questions…
1.Cameras - Since I have a stationary cam above my guns for easy aiming into the arena the other three positions should have one also. How does one go about determining who is at what station and gets what camera view?
-
Weapons and Shots fired - Seems if I figure the camera/station per user thing out this should fall right in there.
-
Synchronsation - What do I need to know to keep all games synced with each other? If I have all the code in granular units such as, bullet brain->gun brain->firing manager->game manager or player brains->referee->GUI->game manager, do I manage these from one place (one iDevice running the game) and send messages out or do I manage individually per player piece/iDevice. Or conversely do I split up part of the functionality from another part.
That is probably enough to chew on to start. I am gonna think seven times and code after on this one. But…heh…I need to know how to start thinking about it.
TIA
BTH