Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

how did you make the leaderboard?

(1 edit)

The game side code is available on my github:
https://github.com/anttihaavikko/perfect-balance/blob/master/src/ScoreManager.gd

Backend side I won't be sharing but that isn't anything special either. Just two PHP scripts. One for dumping the given GET params to database and one gets the requested scores from the database and outputs them as JSON.