문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top