Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, thank you for making sure the leaderboard loads correctly. Glad you enjoyed my game!

I can confirm you are #49th on the Leaderboard. I'll look into showing the Player their Rank, even if they are outside the top 10 (although I cannot update this game without breaking peoples save data).

(+1)

cant you copy leaderboard's data into something (maybe a json file) and then use it to restore the player's data if your game data break? jsons are usually light so... 

Thanks for the suggestion. 

Unfortunately I can't preserve the link between players browser and the Leaderboards Data if I update the game. Saving the Leaderboard data is simple enough, its letting players access it after an update which is a challenge with my current system.