Example using GameRank with Godot
GameRank would have no use if it wasn't usable with all existing game development engines, but of course, it is compatible!
To demonstrate it, we have created a very basic game using GameRank to manage its scores leaderboard.
Heads up to https://github.com/gamerankhq/godot-example for the sources, you will find a simple dice roll game sending scores to GameRank.
This simple game prompts the player to enter a username, which is then used to identify them. The game then generates a random score and sends it to GameRank. When the score is submitted, the example displays the player's current position on the leaderboard, as well as their best score.
The user can also display the complete leaderboard, which shows the scores of all players, by using the designated button.
Explore its sources to better understand how to use Godot GDScript language to leverage the GameRank HTTPs REST API and to manage your own leaderboards!
Please email us at contact@gamerank.io for feedback, questions or suggestions!