Simple leaderboard service
This section is relevant to you if your game:
- does not have a backend
- is a single player game
- use a third party service for matchmaking and have limited access to game results
- for any other reason can not produce a leaderboard
Our simple leaderboard service makes it easy to report game scores to our servers, and we host the leaderboard for you. The service is extremely adaptable and usage may range from a close to zero technical integration, to a more full-fledged sophisticated solution. A basic use-case may look something like this:
- We configure a leaderboard for you.
- You get a service account token to use for authenticating against our service.
- You report game results from your game to the configured leaderboard using our REST-api.
- We host and show the leaderboard on wallet.gloot.com.
We have API endpoints for doing the following:
- Report scores to a leaderboard
- List all active leaderboard for your game
- Get all the scores for a leaderboard (if you wish to show it in the game rather than redirecting the users to our domain)
If this sounds applicable to your use-case, please continue reading.