Рет қаралды 233
Welcome to my channel! I'm Yaroslav, the solo developer behind the idle/incremental game "Get a Little Gold." In this devlog #11, I'll be sharing the progress I made over the last month, specifically focusing on the creation of a leaderboard system from scratch.
In this video, I’ll walk you through the steps I took to build a leaderboard system, starting with my custom server setup.
If you are interested in the process of game server development, here's how I created my own custom game server for "Get a Little Gold" completely from scratch: • Game Server from Scrat...
To create the leaderboard, I chose the "lifetime gold produced" stat as the score but needed to convert it into a more manageable format due to its potentially enormous values. I used a logarithm base 2 function to make these numbers readable and trackable, ensuring fair competition among players.
The leaderboard now tracks registered users, displaying the top 100 players in a new tab within the achievements menu. The current user’s score is highlighted, and their rank is shown even if they aren’t in the top 100.
This feature is currently in closed testing, but I hope to start open testing soon so everyone can join in. Stay tuned for more updates, including chest challenges, golem challenges, and hero skills.
I would be happy if you decide to subscribe to my channel to keep up with the latest devlogs.
#gamedev #getalittlegold #idlegame #incrementalgames #leaderboard #devlog