Live data from Hacker News

Add Global High Scores to Your iOS Game w/o a server

iostutorial.org

1–7 of 7 posts

Re: Add Global High Scores to Your iOS Game w/o a server

#5
Add Global High Scores to Your iOS Game using someone else's servers.

FTFY

The title is misleading and disappointing. I was expecting some cutting edge, peer-to-peer, mobile device storage mechanism. Instead I got a fluff piece for a cloud storage service. (To be fair the service looks like it could be useful).

Re: Add Global High Scores to Your iOS Game w/o a server

#6
post #5

Add Global High Scores to Your iOS Game using someone else's servers. FTFY The title is misleading and disappointing. I was expecting some cutting edge, peer-to-peer, mobile device storage mechanism. Instead I got a fluff piece for a cloud storage service. (To be fair the service looks like it could be useful).

That's exactly what I thought, too.

Re: Add Global High Scores to Your iOS Game w/o a server

#7

Maybe I'm missing something, but what would be the benefit to using this service to handle leaderboards for your iOS game instead of just baking in Game Center support and letting Apple take care of keeping your persistent score data?

Two benefits - multi-platform, and more extendable options.

I don't know how much you can extend this example (don't know much about Parse.com) but there's a whole lot of stuff that you can do with leaderboards that won't be handled out of the box by most platforms (except mine of course heh) - things like storing character and level information, screenshots, replays, etc with the scores, to make them a lot more interesting than a name and a number.