Skip to main content

Questions tagged [leaderboards]

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.

9 votes
6 answers
4k views

I am making a shoot em up game with an aerial view. It’s main gimmick is that, instead of working like a machine-gun, your character throws a boomerang that hit the enemies both on the way there and ...
Alexis Mercado's user avatar
0 votes
0 answers
49 views

I'm using Trueskill to try to create a rating system for a tennis tournament among my friends. Games are 1v1, so I'm trying out the following: ...
user3083022's user avatar
0 votes
2 answers
428 views

My game uses Google Play Game Services for leaderboard management. In my production build, submitting high scores to and requesting the leaderboard for display from Google Play Games services works ...
ChrisC's user avatar
  • 116
2 votes
2 answers
1k views

My plan is to make a small game with online leaderboards. Having everything calculated on the server side is an unaffordable task, so I need some other way. My guess is that the best approach is to ...
Tudvari's user avatar
  • 801
0 votes
0 answers
96 views

I am making a single player race game set in space (no actual roads, just checkpoints) where the player's score is defined by how fast they complete the track. There are pickups around the track that ...
Mrmooijman's user avatar
1 vote
1 answer
101 views

There is a simple word game, where players score points for each game they play. It creates a global chart, ranking players by their score. The problem is that when a new player comes into the game, ...
user1065145's user avatar
0 votes
0 answers
213 views

A few years ago, I implemented a basic online leaderboard system in one of my games that sent encrypted score data over the wire. The encryption keys were stored in the game client's binary. Of course,...
Vittorio Romeo's user avatar
0 votes
2 answers
351 views

So I have this infinite runner type of game, subway surfers style. I chose a method where the player doesn't move, and instead the obstacles move towards him. My score is a float and it increases as ...
Cserni Sándor's user avatar

15 30 50 per page
1
2 3 4 5
7