Question

I'm ready for made my second app whit Xcode. For the first I used cocos2d, a simple game. Now I want create an app where two players can challenge, like RUZZLE for example. The player register whit my app and play whit other players.

Can I do that? Do I need a server? Do i need to use api code of the app or apple? Can I use facebook? Can i use my web site?

So, I don't know how start. Is there a plugin in cocos2d which I can use? I don't find any tutorial about this.

PS: I don't want to use game center.

Était-ce utile?

La solution

That's what GameKit and Game Center is for.

Players can login with Game Center, and you can use GameKit for match making, sending challenges to other players and managing leaderboards or achievements.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top