Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Is it required to make a leaderboard with the highest score out of all players?

A topic by fabifabian created Sep 18, 2021 Views: 118 Replies: 1
Viewing posts 1 to 2
Submitted

I'm asking because I don't have the resources to enable this feature

Submitted(+1)

The rules say:
"All games must include a leaderboard system (offline or online) so that the players can compete for a high score if they happen to win the contest."

So a simple offline leaderboard should suffice, just store names and scores in an array or object and save it in local storage or something.

Although I can also recommend using Microsoft Azure PlayFab, it gives you a fairly easy way to implement an online leaderboard especially if you're using Unity. I implemented an online leaderboard last weekend in a Construct 3 game following this tutorial, it took me about an hour.