I'm currently building an iPhone action/fun-game with cocos2d. It's a 2D tank game where you have to fight against each other. I started implementing Game Center to support playing online with friends.

When I'm trying it with my (slow) wifi internet connection the game is laggy and delayed.

Is it even possible to use Game Center for this kind of game? Should I support local Wifi/Bluetooth instead of Game Center?

Thanks in advance

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I would start right here. Using bluetooth might be an improvement.

link|improve this answer
Thanks. So you mean I should use a peer-to-peer connection for realtime games? Doesn't GameCenter automatically checks if both players are in the same network and send it directly to your opponent? – krausefx Feb 7 at 17:45
You can use peer-to-peer or server-client, depending on the needs of your game. – Rickay Feb 7 at 19:36
I decided to only support local multiplayer via Bluetooth and Wifi. I think it was a good decision for a real time action game. – krausefx May 14 at 19:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.