Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

What leaderboard system you used in your game

A topic by DarkMoon Studio created Dec 05, 2023 Views: 157 Replies: 9
Viewing posts 1 to 7
Submitted

I would like to know what leaderboard system you used in your games and why. It would be great if you share some thoughts. Also it can help someone in future jams


In our project I used lootlocker leaderboard, so I implemented while label registration. I think registration scares people so it is main disadvantage in our game.

Submitted

I used dreamlo.com! I was going to use lootlocker but they dont really have a proper tutorial for it on youtube for unreal engine so I used dreamlo instead. Dreamlo is online, free and there's no logins. Its just that its limited to 25 people but its very easy to use!

Submitted

Nice tool and at first I want to use it, but lack of ssl sertificate is a big no for me. On jams like it I prefer webgl builds

Submitted

I have no idea what that means, and I never use webgl builds, but that sounds valid! xD

Lootlocker with automatic guest login.
On the first login I let them enter the desired (unique) username and then save the data locally for automatic login on every startup.
With the very little documentation and/or information online (unreal + lootlocker) it was not super easy but I feel the same way about the general fear of white label registration so I preferred to improvise.

Submitted

We used LootLocker as well, just whatever the example code was, with the optional name change functions. Seems to work fine.

Submitted (1 edit)

I used Leaderboard-Creator of Danqzq https://danqzq.itch.io/leaderboard-creator (which is free and uses TLS, I checked with Wireshark). At first, I tried LootLocker, but we wanted one leaderboard per level and I was afraid the limit displayed on my LootLocker account (1,000 users) would not be enough. During the tests, the number of users was rising too fast to not be scary.

Submitted

I made a simple leaderboard in Nodejs+express

Submitted

Where do you host it if it's not too intrusive?

Submitted

I have a small VPS that I use for this kind of things for years :)