Questions tagged [leaderboard]

616 questions
0
votes
1 answer

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: This is obviously formatted and looks like…
Matt
  • 3,882
  • 14
  • 46
  • 89
0
votes
2 answers

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 MainMenu.java. public void onCreate(Bundle…
Matt
  • 3,882
  • 14
  • 46
  • 89
0
votes
1 answer

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 players get different scores there too (but from 0 to…
alexeypro
  • 429
  • 2
  • 6
  • 12
0
votes
1 answer

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 some reason the score could not be reported because…
Scott K.
  • 1,761
  • 15
  • 26
0
votes
2 answers

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 100Points but i want it to be displayed like 100…
Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161
0
votes
1 answer

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 sure that the correct coding is called) but,…
0
votes
1 answer

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 best SQL query to create a leaderboard from the…
Guruprasad
  • 1,447
  • 4
  • 16
  • 34
0
votes
1 answer

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.
Yogesh
  • 1,206
  • 4
  • 22
  • 50
0
votes
1 answer

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
Yogesh
  • 1,206
  • 4
  • 22
  • 50
0
votes
0 answers

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 am always querying it again to show my clients the…
Ilya Gazman
  • 31,250
  • 24
  • 137
  • 216
0
votes
1 answer

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 MAGADE is straight forward, and there is a working…
Hamzeh Soboh
  • 7,572
  • 5
  • 43
  • 54
0
votes
1 answer

Facebook leaderboard

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 and Graph API that I don't know how to use. Is…
Fergers
  • 473
  • 2
  • 7
  • 25
0
votes
1 answer

How to update score in Game Center leaderboard even if it's lower game center

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 even if they are lower than previous?
yershuachu
  • 778
  • 8
  • 19
0
votes
1 answer

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 after calling submitwithblock method for the…
Raj iOS
  • 1,047
  • 1
  • 9
  • 20
0
votes
1 answer

Value of [[leaderboard localPlayerScore] rank] if not ranked yet?

For some reason I can't reset my leaderboards to test this, so does anyone know what the value of the rank property of a GKScore object is if the local player isn't ranked yet in the specified leaderboard?
Double M
  • 1,449
  • 1
  • 12
  • 29