Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
9answers
3k views

Secure Online Highscore Lists for Non-Web Games

I'm playing around with a native (non-web) single-player game I'm writing, and it occured to me that having a daily/weekly/all-time online highscore list (think Xbox Live Leaderboard) would make the ...
7
votes
2answers
649 views

Django: How to create a leaderboard

Lets say I have around 1,000,000 users. I want to find out what position any given user is in, and which users are around him. A user can get a new achievement at any time, and if he could see his ...
4
votes
3answers
1k views

Having an online leaderboard in my Android game

I want my android game users to be able to submit their highscores to an online leaderboard and then be able to view this leaderboard in game, say when they get Game Over for instance. This isn't a ...
3
votes
1answer
102 views

Is it possible to have a Game Center “LowestScore” Leaderboard?

I've read that Game Center Leaderboard scores are only updated when the newly posted score is greater than the already existing score. This made me wonder if it is possible at all to have a Game ...
3
votes
1answer
215 views

Game Center Scores Stuck at a Particular Score

I've been developing an app that posts scores to GC leaderboards and pulls them back down. Still in the dev phase, it does this to the sandbox envirenment. Recently I've noticed that the score ...
2
votes
1answer
33 views

Odd Game Center behavior?

I'm trying to enable Game Center Leaderboard to my iPad game and I have learned that you need to post more than one score to a leaderboard for the scores to show in the default leaderboard UI. I have ...
2
votes
0answers
193 views

Any way to programmatically reset leaderboards?

As I look into documentation of GKScore and GKLeaderboard, there is no way to reset scores reported by player to particular leaderboard in GameCenter. Am I right? This seems quite inconsistent, ...
2
votes
1answer
209 views

Monotouch Achievements and leaderboard viewcontrollers

Im having an odd issue with dismissing my achievements and leaderboard viewcontrollers. The viewcontrollers display correctly and can be dismissed using the done button but only if you press it within ...
2
votes
1answer
209 views

How to add custom GUI to Game Center to match the look and feel of the iphone game?

Does anyone has any idea how to create custom leaderboard and achievements view in game center so that it matches the view of the original game..?
2
votes
1answer
542 views

Delete GameCenter Leaderboard - iTunes Connect

My game currently has four leaderboards for differently difficulties, however this is going to change in a new update. I no longer want to make use of all of these, but only one. How can I setup the ...
2
votes
1answer
928 views

Game Center custom leaderboard - Do I really need to make 2 calls to get a player's alias?

I'm using game center to set up a custom leaderboard, when it comes to retrieving the data for my UITableView, I only get the playerID property for each entry, but not a much more useful alias ...
2
votes
1answer
221 views

Launch Count on iPhone App

Ok I want to keep track of how many times my iPhone App has been launched. I will be using this number for a "leader board" for our most active user. I figured the code needs to be in the ...
2
votes
3answers
704 views

Implementing a Leaderboard

Users on my site create annotations for rap lyrics (example). I want to create a leaderboard to reward the people who create the most annotations. The leaderboard should track how many annotations ...
1
vote
1answer
45 views

Leaderboards giving no scores

I have an iPhone application with leaderboards. The submission of scores work successfully and at the leaderboards page show "1 of 1 player" and "1 of 1 friend" under/above the leaderboard. But when I ...
1
vote
1answer
242 views

Game Center: authenticates ok, shows leaderboard ok, posts (my) score ok, only 2 players?

My game (called "Clear the Square") has gotten approved. It's getting hundreds of downloads. It's currently #44 in free word games in the US. There is only one problem: when I go to the Game Center ...
1
vote
2answers
97 views

MySQL: Querying a leaderboard with ties

I know this is a popular topic, but I still haven't found quite what I'm looking for. I'd like to query one table BOOKS_READ id user_id book_id to format a leaderboard of users who have listed the ...
1
vote
2answers
429 views

sandbox leaderboard empty

I'm trying to make a Game Center leaderboard for my app. I've been following the steps from Apple and following the sample code from GKTapper, but I can't get any scores to show in Game Center. I've ...
1
vote
1answer
307 views

iOS GameKit Leaderboard - Get the localplayer's score +/- 50 players around him

I'm programmatically pulling down leaderboard data from game center and I'd like to limit my data query to the local player's score and the 25 scores above and below him. Is this possible. Is there ...
1
vote
2answers
310 views

Best practice: Presenting Game Center options in iPhone game?

I'm more than halfway through development of my first iPhone game and I'm currently implementing Game Center features for devices that support it. I have successfully added leaderboard functionality, ...
1
vote
1answer
2k views

How to get high scores from OpenFeint?

In their support OpenFeint give you this, but I don't quite understand. How can I get the leaderboard data, say top 10 and show it in my own UI? Original link: ...
1
vote
1answer
271 views

OpenFient Leaderboard Custom UI iPhone

I am using OpenFient for an online leaderboard in my game, but how can I get the leader board data (say top ten)? then display it in my own custom UI? Rather than having to use the open feint screen? ...
1
vote
1answer
1k views

Drawing a tournament bracket (PHP & GD)

I'm currently working on drawing a tournament bracket for one of my projects. It seems to be working drawing smaller brackets but once I get to 16 it starts acting up. Follow through the links, and ...
0
votes
0answers
19 views

How to clear live gamecenter leaderboard data?

Is it possible to clear the data of a live gamecenter leaderboard (not sandbox one)? If its not possible to clear, is there a way to hide a leaderboard from showing? Thank you.
0
votes
1answer
30 views

iOS Leaderboard displays no score data

I have problem to send my score data to the game center leaderboard on my iOS game. I use the cocos2d engine. I followed the instruction on Apples checklist: ...
0
votes
0answers
43 views

cocos2d, Game Center Leaderboard not working

I'm having a problem getting leaderboards to show. I think I have it right but I get this error in the log Unbalanced calls to begin/end appearance transitions for <UIViewController: ...
0
votes
1answer
23 views

Mochimedia leaderboard on iOS

I have ported a Flash game over iPhone and the game is working very well. Now the hard part is we would like to integrate mochimedia leaderboard. I googled and did not find answer to my requirements. ...
0
votes
1answer
45 views

PHP/MySQL leaderboard and detecting changes

how could I go about detecting changes in a Mysql leaderboard? For example if a user moves ahead another the file could echo out a message such as 'x moved one place and is now ahead of y'
0
votes
0answers
39 views

iOS game center matchmaking via leaderboard

I've gotten game center automatching, friend request, and instant matching working but I was wondering if something a bit different could be done. Is it possible to get a listing of leaderboard peeps ...
0
votes
0answers
50 views

iOS Openfeint don't show leader board in dashboard

I added openfeint leader boards to my iOS App but they don't show up in the dashboard. I use [OpenFeint launchDashboard]; and included the newest offline xml I can report highscores and they show ...
0
votes
0answers
62 views

leaderboard scores not showing UP

I created a little app just to test out Game center i sign in i am able to increase the score but when i look at the leader board nothing is there here is my code - ...
0
votes
0answers
36 views

Is there a public iOS Game Center Xml feed?

I would like to be able to read a user's achievements and a game's leaderboard from Game Center through an external application not necessarily on iOS. Is there a publicly available xml feed or a feed ...
0
votes
1answer
56 views

Creating a top 5 Leaderboard with Ruby on Rails

Users on my site gain points everytime one of their followers clicks on a link they posted. Right now I am able to show a list of everyone by using, @users = User.all <table> <tr> ...
0
votes
1answer
57 views

How to build FourSquare like leaderboard (users above and below you)

I'm looking for a way to implement Foursquare's style of leaderboard where instead of showing you the top 10 for example it shows the you 2 people above you and 2 people below you between your ...
0
votes
1answer
120 views

“Game Center” iTunes Connect's developer guide left out one critical piece of information about editing “title” of leaderboards

iTunes Connect's developer guide left out one critical piece of information about editing titles of Game Center leaderboards after your app is live on the Apple Store they listed out, in a chart, ...
0
votes
3answers
113 views

Creating a leaderboards, how would I go about displaying rank/position?

I am creating a leaderboards which will display the following: Rank, Username, Score I currently have the table to it will display Username and Score from the data in a mysql table, I am just ...
0
votes
0answers
111 views

implement and customize UI leaderboard

i have made a tableview to show players like leaderboard, however when i call [self loadView]; (code below) when i retrive top ten scores, loadview don't wait the end of loading request and the table ...
0
votes
1answer
40 views

Over what time period is 'Today' measured for the Game Center leaderboard?

Does anyone know over what time period the Game Center leaderboards measure 'Today'? In other words, if I play a game and get a high score for 'Today', at what time does that score no longer appear ...
0
votes
1answer
184 views

Leaderboard doesn't add in the screen cocos2d

I used the code below to show the Leaderboard but all i got it the console this cocos2d: surface size: 480x320 the code: - (void)showLeaderboardForCategory:(NSString *)category { // Only ...
0
votes
0answers
239 views

OpenFeint, Game Center and multiple users

I'm about to add highscore support to my mobile game and I have a basic understanding problem with leaderboard services like OpenFeint or Apples Game Center: Suppose I'm logged in to OpenFeint and/or ...
0
votes
1answer
97 views

Good and easy WCF EF4 or XML leaderboard to put into my MVC 3 web app for my WP7 games? Security?

I realized my basic attempt is very hackable. What are the main issues to deal with when creating a leaderboard? Connection string need to be encrypted somehow ? What else? I am hoping it does not get ...
0
votes
0answers
137 views

Tracking lifetime wins with Apple's GameCenter

I'm developing an iPhone/iPad app and intend to use Apple's GameCenter for achievements and leaderboards. What I'd like to track are simply "wins". The time scopes available are total, weekly and ...
0
votes
2answers
575 views

Having an online highscore leaderboard for a Flash game

Why, hello there. I'm trying to develop a simple Flash game using Actionscript 2 (I know its a bit dated, but its a simple project that doesen't benefict much from AS3), and I came up with an ideia ...
0
votes
2answers
401 views

IPhone - Game Center's choose Leaderboard screen - how can it be displayed?

As I go through apple documentation, I can't see a way to open Game Center where the first screen is the where the user can choose a leaderboard. I know I can open a specific leaderboard screen , but ...
0
votes
2answers
426 views

lost control in LeaderBoard - GameCenter

I want to add Game center for my project but now I get some stuck and can't find any solution for my problem by Google :( When I call method showleaderboard in my project, leaderboard appear and ...
0
votes
1answer
208 views

Leaderboard rankings / mass data organization in MySQL

I am creating a new website that will be a 'leaderboard' for a game. Each user will have columns in the database for a statistic (e.g. kills, deaths, points, etc). I need to sort this data and give ...
0
votes
1answer
204 views

How to implement Foursquare's “Mayor” feature - find the user with the highest score in the last N days?

In Foursquare, the user who has the highest score for a place in the last N days is awarded the Mayorship of that place. What is the most efficient way to implement that? A user could have checked ...
0
votes
2answers
405 views

Real time update of relative leaderboard for each user among friends

Ive been working on a feature of my application to implement a leaderboard - basically stack rank users according to their score. Im currently tracking the score on an individual basis. My thought ...