Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hello!

The maximum a leaderboard entry can hold is the normal integer max limit (2.1~ billion). One thing you could do is store the score in the extra data and create a prestige system where every certain amount of score threshold you increment the prestige count.

Deleted 171 days ago
(+1)

You could also submit strings instead of integers by adding a 1M or 2.1B instead of pushing the whole integer. That would look cleaner too.

How would you get the list to sort that?