I remember reading about a high scores framework for the iphone a while back. You could embed it into your app for easy high score management. Anyone know what I'm talking about?
|
|
I think your asking about Onyx Online. It's from the developer of the popular Trism game and aims to be something akin to Xbox Live for the iPhone. More deets here: http://onyx.demiforce.com/ |
||||||
|
|
|
Check out our hosted highscores service for iPhone Game Developers: http://highscores.marigoholdings.com/ |
||
|
|
|
|
There is a service http://www.openfeint.com/ that appears to be both open to the public and very feature rich. I haven't used it yet, but apparently they have leaderboards as well as a number of other features, like chat, news feeds, messageboards, social network integration, etc. |
||
|
|
|
|
I just saw this system on http://www.iphonegamenetwork.com/social-gaming-platform-agon Looks realy cool. I've posted the direct link here for a closer look http://developer.agon-online.com This integrates social networking, persistant profiles across games and location based leaderboards. |
||
|
|
|
|
Very nice, that was precisely what I was looking for. Thanks :) |
||||
|
|
|
there is another one that just went live called geocade.com. They do high score leaderboards based on location. |
||
|
|
|
|
Also you might want to check our iGetScores system - it's free and open source: |
||
|
|
|
|
There is also Scoreloop which can be found at http://www.scoreloop.com. It's free and in addition to high scores it also offers challenges and a web community. |
||
|
|
|
|
As you can see from the numerous answers here, there are a number of providers of high score servers. Here's my issue with them: 1) Many are brand new, fledgling companies. While I certainly hope they are successful, I'm not willing take the risk that my hard work will be ruined because a game server startup closes up shop just as my app hits the top 10. 2) Many of the larger providers require you to use their user interface unaltered. I have special requirements that I want to be able to embed the high score list directly into my game play. 3) Along the same lines as #1 and #2, the established players are not open source, so it's hard to know the quality of what they've built. If there's a bug, you're stuck with it until they release an update. 4) I haven't seen a good way to prevent cheating using the established solutions. (See other questions here on StackOverflow about high score lists and cheating). I'm not sure an out-of-the-box solution would be able to prevent cheating, because as far as I can tell, the only way to prevent it is by including some sort of server-side check to ensure that a human has created the high score. (e.g. a game replay checker). Digital signatures, encryption, etc. can prevent some cheating but at the end of the day someone can retrieve the encryption key from your device. My first thoughts on cheating were that I would just create my game, and worry about it if it became popular. However, the more I read it looks like there are just too many people who try to crack high score servers just for the fun of it. |
||
|
|
