Hi guys,
Is it possible to see as a dev what the player’s high score is every week in a endless runner game and that it can be reset add the end of the week?
Hi guys,
Is it possible to see as a dev what the player’s high score is every week in a endless runner game and that it can be reset add the end of the week?
Hello,
It’s possible, but you need to store player’s score somehow. For such things I use backend server with Nakama service installed. It’s quite easy then to track players progress, make leaderboards, etc.
But still it requires integrating server backend, login system, etc. It’s quite a lot of work, especially for the first time.
ok thx alot for fast reply, i go dig into it