开发者

Simple Game Server

I'm lookin开发者_JAVA技巧g for a simple game server for an iPhone game I'm creating.

The game is turn based, so I just need a way for players to find other players, and then have the server gather and send out turns. It's a simple two player card game.

If you have ever seem the with friends app.. ( Chess with friends, Words with friends ) that is the type of server I'm looking for.

Any suggestions on free or low cost software I can use??


If you would like to integrate OpenFeint, there is a turnbased multiplayer component you can take advantage of. No independent server required, with a simple and capable API ready for you to use.

http://www.openfeint.com/ofdeveloper/index.php/kb/article/000074


Here is a similar open source game. It is a two-player game server. It can be hosted on Google App Engine.


For something scalable you can use SmartFoxServer or Google App Engine if you want to role your own scalable backend on the cheap. Integrating with Apple Push Notification could be done with Urban Airship


You can use Apple's GameCenter's built in Match making feature to create turn based multiplayer games.

http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/GameKit_Guide/MatchesandVoice/MatchesandVoice.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜