The leaderboard tag has no wiki summary.
0
votes
1answer
64 views
Android's new Google Play Game Services leaderboard API
With the release of Android's new Google Play Game Services the other day, I wanted to implement the leaderboard they had. After reading here, am I reading it correctly that it is not possible to let ...
0
votes
0answers
47 views
How to display a leaderboard with google play game services?
I have a game set up and connected in the developer console. Login works, submitting scores to the leaderboard works as well.
Now I simply don't understand the instructions on displaying the ...
2
votes
1answer
31 views
Redis getting sets of user around a given score
I am using redis to implement the leaderboard. The problem statement I am addressing is -
given a user, get five users above him, and five users below him in the leaderboard.
Following is the ...
0
votes
2answers
31 views
iOS game center leaderboard fake data
I am implementing game center leaderboard to my game and would like to use the leaderboard data to influence the gameplay.
My question is how to add fake data with different playerID into my sandbox ...
2
votes
1answer
230 views
Connecting my django app to the redis installation
I have a django app. The app is a normal application. Everything is running fine for me.
I want to implement a leaderboard as of now. Read couple of places that redis helps in doing it. And is ...
0
votes
2answers
25 views
How to determine if score for the match has been submitted
I am working on a turn based game which uses game center. I do not save any match data locally. While the game goes on, one of the players ends the game and submit score for him self. When the other ...
0
votes
2answers
38 views
Mysql sorting by
I'm working on how to implement a leaderboard. What I'd like to do is be able to sort the table by several different filters(score,number of submissions, average). The table might look like this.
...
-1
votes
0answers
9 views
Leaderboards with ios and facebook connection [closed]
I'm developing a game for ios with facebook connection, and I want to put a leaderboard for each level of my game. I want to know if someone could recommend me a way to deal with this, like a good ...
0
votes
0answers
35 views
GameCenter leaderboards - why am I only getting my own scores back?
Trying to test out a leaderboard. I do this:
GKLeaderboard *leaderboardRequest = [[GKLeaderboard alloc] init];
if (leaderboardRequest != nil)
{
leaderboardRequest.playerScope = ...
0
votes
2answers
26 views
Listing all users from database, with multiple columns & ascending order
In short, a leaderboard.
The person with the highest coins wants to be listed, first. listing the top 10 only, based on the highest coin count joined with their username.
This lists the usernames, ...
0
votes
0answers
35 views
Facebook scores blocked by “only me” visibility
I have a game with highscores and I use the fb-score api to generate a friend leaderboard. One problem though ... to save a score for a fb-user, the app has to "post data for the user" ... in this ...
1
vote
0answers
60 views
MySQL - Friends Leaderboard ranking by wins and include player in ranking
Platform: MySQL/PHP
Scenario: Create Friend Leaderboard which includes all friends of a player and also include the player in the leaderboard within a single query.
Details: I'm trying to create a ...
0
votes
1answer
37 views
Changing leaderboard features of Swarm Connect
Right now the below is what my leaderboard looks like.
I have 2 questions:
How does the user set their name? "pub_6997" was automatically selected for me when I logged in with Facebook. I went ...
0
votes
1answer
43 views
Customizing Swarm Connect leaderboard
Right now I am displaying a SwarmConnect online leaderboard this way:
public void showLeaderboard() {
SwarmLeaderboard.showLeaderboard(LEADERBOARD_ID);
}
And it displays the below leaderboard:
...
0
votes
2answers
66 views
Display leaderboard from SwarmConnect
I am trying to implement an online leaderboard for the newest version of my app. I followed the tutorial found here:
http://swarmconnect.com/admin/docs/leaderboard
Here is relevant code from ...
0
votes
1answer
19 views
Leaderboard across multiple games with MySQL (or in fact any SQL)
Curious what's the most elegant way to implement leaderboard across multiple games with SQL database?
I have game G1, and players get different scores there (from 0 to 100)
I have game G2, and ...
0
votes
1answer
32 views
get rank of weekly leaderboard in GameKit of iOS
I want to give a feedback to a player who's on the top of the leaderboard.
i do it for daily leaderboard like this:
GKScore* gkScore = [self ...
2
votes
2answers
58 views
PHP Reward points to leaderboard and account for ties
Okay I've been beating my head over this one for a while and google searching trying to find anything to lead me in the right direction to no avail.
So I have a ranked leaderboard array like so:
[1] ...
0
votes
0answers
51 views
PHP Leaderboard limited MySQL
I need help creating a leaderboard for a game i am working on, the problem is that most leaderboard examples have a dedicated row for the leaderboard such as points or money. The table i am working ...
0
votes
1answer
24 views
GKScores are stored until next connection?
In Apple's GKLeaderboards sample code they show how to store GKScore objects for later submission when they fail to send. However, the documentation for Reporting Scores To Game Center says "If for ...
0
votes
0answers
62 views
Game Center. How to change appearance of displayed points in a leaderboard?
This is most likely very simple question and i have my own supposition about correct answer but i just can't verify if i'm right or not. So, in my leaderboard points are currently displayed like this ...
0
votes
0answers
45 views
ios6: GameCenter shows wrong category (leaderboard)
I have leaderboards with IDs "1", "2" and "3". "1" and "2" was submitted for current version of app which is on the appstore, "3" is a new one. Test device has values submitted for all categories. To ...
1
vote
0answers
132 views
Game Center issue in iOS 6
I am implementing Game Center in my app and I am having an issue trying to read the leaderboardCategory property in iOS 6.
Here's how I'm presenting the GKGameCenterViewController:
...
0
votes
1answer
158 views
Game center sandbox
Ok, so I have an app available in the app store, for its next update I want to add Game Center functionality, I have done all my coding and everything is working as I would expect (using NSLog to make ...
0
votes
1answer
32 views
Creating a leaderboard from a level completion table
I have a table completion_log that has team_id, level and completion_time. When each team completes a level, there will be a record inserted with the corresponding level and time values. What is the ...
0
votes
1answer
98 views
WP7 + XNA game - online leaderboard
Looking for online leaderboard for xna+wp7 game.
I was trying with www.mogade.com but they stopped supporting new users. Can anyone please let me know any other online leaderboard (free) available.
1
vote
0answers
39 views
leaderboard showing random category
I'm having a weird issue with sandbox leaderboards on game center. I have two leaderboards with two seperate ID's aka categories. For some reason my first leaderboard button shows the correct ...
-2
votes
2answers
129 views
Facebook Score API not returning leaderboard [closed]
I am using Facebook score api to save scores for my Flash application integrated as an App under "Game" category on Facebook.
Using the Facebook score API, I am able to submit score successfully. ...
1
vote
1answer
122 views
Game Center / GameKit resubmitting scores when network is available
I'm creating a game like application which supports Game Center. And I have a problem with reporting score to leaderboard when the player is authenticated to GC correctly but the network (wifi and ...
0
votes
1answer
183 views
online leaderboard for xna + windows phone game
In my xna + WP7 game i have local score, looking for online leaderboard/API to submit the user score. Any links or source would help
0
votes
0answers
44 views
MySql - Predict user rank in leader board query
I have a cooking leader board of my users, based on other users likes and another parameters of mine. Each user can have many dishes in the leader board.
This leader board is showing in real time. I ...
1
vote
1answer
198 views
Android Swarm Leaderboard unexpected behaviours
So, I finally decided to use Swarm Leaderboards for my Game.
The setup was easy, but seem to have introduced bugs to the application with its unexpected behaviors.
Would help is someone can shed ...
2
votes
1answer
161 views
iOS GameCenter leaderboard shows only my score in sandbox mode
I've created a leaderboard in the sandbox mode for my game. Then I tried to play the game using different gamecenter accounts. But I can see only the score for currently logged-in account. Is it ...
0
votes
1answer
41 views
Is there a library for making WP7 games leaderboard?
I searched for an easy way to do that, and I found MAGADE
But unfortunately, registration has been stopped:
https://www.mogade.com/manage/accounts/new
I was happy when I heard that doing that using ...
-3
votes
1answer
434 views
Facebook leaderboard [closed]
I was wondering whether anyone had any useful guides for implementing Facebook scores in an Android game. I am currently building a profile in-game but there are lots of features in the Facebook SDK ...
0
votes
1answer
385 views
How to update score in Game Center leaderboard even if it's lower game center [duplicate]
Possible Duplicate:
Is it possible to have a Game Center “LowestScore” Leaderboard?
My leaderboard contains current amount of gold you have.
Is it possible to force server to update scores ...
0
votes
0answers
115 views
How to Stop posting fake scores in game center/ leadership board
I am developing a mobile game and need to check for the top scores for that game.
And I am implementing Game Center for that.
1>But how to avoid from entering fake scores in the game center?
2>Is ...
0
votes
0answers
48 views
Is there a way to get Openfeint leaderboard data on scoreloop leaderboard
I am have developed a game, in which i used OpenFient for achievenments and leader boards but as OpenFient is closing soon I want to move on to ScooreLoop, i can move user achievements my only concern ...
0
votes
0answers
60 views
Adding an external view in xml
I am trying to add a view for adding Heyzap leaderboard button in my xml following the document provided in the Heyzap sdk. Below mentioned is the whole paragraph from that book.
To allow users to ...
4
votes
1answer
457 views
Integrating Leaderboarad Heyzap with sample app
Hi I am integrating Heyzap Leaderboard with my app for the first time. I have gone through this document on the official website of Heyzap. But I feel they have guided only on the check-in Heyzap.
I ...
0
votes
1answer
1k views
GameCenter alternative for Android?
I'm porting an iOS game to Android that uses 2 functionalities from GameCenter. Post score, and show leaderboard (which shows a screen that's created and managed by the library, so all the game does ...
2
votes
2answers
235 views
Game Center / GameKit reporting score if network is not available
I'm creating game like application supporting Game Center. And I have a problem with reporting score to leaderboard when the player is authenticated to gamecenter correctly but the network (wifi or ...
0
votes
0answers
38 views
External server based Leader-board
I would like to present my leaderboard in a different way than it is done in GameCenter, all players with the same points together as one entity to form a sort of ranking, and realize that i probably ...
3
votes
2answers
281 views
Centralized leaderboard for Android
Does Android provide a centralized leaderboard feature like Apple's Game Center leaderboard? (so that there is no need to use 3rd party services like OpenFeint)
1
vote
1answer
45 views
Posting scores for all GameCenter players
Can you post score in GameCenter for all players at once ? It seems that the API allows only to post for current player. I am trying to implement vote capability allowing current player to vote / ...
0
votes
0answers
100 views
How do I unset a Game Center default leaderboard?
This might seem a stupid question but I have an app that is currently live with Game Center and 3 leaderboards that work ok. I am updating the app and adding another version that shares its ...
2
votes
2answers
168 views
Redis zrevrangebyscore, sorting other than lexicographical order
I have implemented a leader board using sorted sets in redis. I want users with same scores to be ordered in chronological order, i.e., user who came first should be ranked higher. Currently redis ...
2
votes
1answer
448 views
Is there an equivalent to Game Center for Windows 8 Store applications?
I've found ScoreLoop for WP7 but can't find anything for Windows 8 games. Ideally I want something that manages leaderboards, awards, badges, etc.
Does such a thing exist for Windows 8 Store apps?
2
votes
1answer
366 views
How to cap a leaderboard in Redis to only N elements?
I need to create a leaderboard with maximum number of elements, say N ? I know how to use LPUSH + LTRIM to cap a list size to N elements. How to implement this for leaderboard using a Redis ...
0
votes
1answer
102 views
GREE(Open feint) in ios - Update score not working in test account
I'm testing with integration of GREE. The update score in leaderboard is not working in test account. Anyone if has been successful with GREE integration, please help. The score remains unchanged ...


