Do there any dev who wrote iPhone wifi/bluetooth multiplay before?

Posted by Jerry1923 on Stack Overflow See other posts from Stack Overflow or by Jerry1923
Published on 2010-03-11T07:27:22Z Indexed on 2010/03/12 16:37 UTC
Read the original article Hit count: 196

Filed under:
|
|

Hi there, do there any dev who wrote iPhone wifi/bluetooth multiplay before?

Recently, I'm trying to make my latest game Doodle Kart to have mulityplay via bluetooth. But I found that there are hugh data need to share between the 2 devices.

-your car's position and direction -your car's status(it is in normal state, it is hitting by bullet, it is falling into to hole....) -CUP car's position, dicretion, and their status -items position and status (pencil, bullet...)

I'm thinking about one device calculate all the things, and the other device just wait and receive the data to display on the screen. Does it make sense?

Hey, I should ask you the most important question first: Do you think it's possible to make bluetooth multiplay work on my game? It's just too much data need to share between the device.

© Stack Overflow or respective owner

Related posts about bluetooth

Related posts about wifi