The mobile game Im currently working on has a speedrun mode. The player's fastest times get saved in a Dictionary and are displayed in a table in-game. So, players can challenge themselves to beat their personal best times. And I plan to use leaderboards on GooglePlay and AppStore so players can compete against others for fastest times.
Im also wondering if it would be possible to incorporate leaderboards on the website speedrun.com?
I imagine a situation where the player records a new fastest time, and is then able to submit it to the speedrun.com site. The user would be prompted to sign in, then his new time would be saved on the site under his username.
Speedrun.com has an API which apparently allows you to upload speedrun times from your game directly to the site.
So... Ive never attempted anything like this before. Im not sure where to start or how to go about it.
Is this possible? Could it be made to work with an Android / iOS game?
Would this involve building a C3 plugin?