Another term for a high score table, a ranking system that displays how a player's performance compares against previous runs of the game. This is for questions about the the ranking system.
22
votes
9answers
3k views
How can I prevent cheating on global highscore tables?
For browser games and those on a mobile phones, it's common to have a global highscore table. It's also common for those tables to contain scores of 2,147,483,647 - where people have figured out the ...
16
votes
3answers
2k views
Online leaderboard systems for (small/indie) PC games? [closed]
Are there any free/affordable systems/libraries out there for adding online features to a small PC game? (most likely, for a small primarily-Windows-based indie game)
I'm not concerned about ...
5
votes
1answer
940 views
Integrating a leader board with FaceBook?
Think like how Bejeweled 2 does its Blitz mode where it connects to Facebook, pulls your friends names and their top scores for the week. Are there any libraries, etc. that already help facilitate ...
4
votes
2answers
929 views
Integration my application with Facebook
So I recently developed this game which I would like to launch into Facebook but am having a hard time figuring out how on earth do I get the basics right. Like extracting user data i.e friends ...
5
votes
3answers
1k views
How can I let a player post their score to Facebook at the end of the game?
I have an HTML5 game on my site, and at the end, I want the user to have the option of posting their score to their Facebook wall. Is there an easy way to ask to post something to Facebook?
6
votes
4answers
817 views
Where to start the coding of online leaderboards?
I NEVER, EVER did ANY sort of network code in C++, I don't know even the libraries that exist, but a popular demand for my game is online leaderboards...
So, what sort of libraries I should research ...
4
votes
2answers
574 views
How to design a leaderboard?
This sounds like an easy thing but when I considering the following
Many players
Some have played many games and some just started
Different type of statistics
On what information should the ...