This is really well done. I like how the theme is incorporated and made into a arcade style game. I like the power up that auto collects everything and its vfx. I really like how you added leaderboards.
If possible can you share how you made leaderboards and is it difficult to do? I never done leaderboards.
GameDev.tv Game Jam 2026 - Free Course For All Submissions! » Entries » I WAS WHAT YOU ARE AND YOU SHALL BE WHAT I AM
Viewing post in I WAS WHAT YOU ARE AND YOU SHALL BE WHAT I AM jam comments
Hi! Thx for playing and the nice words! For the leaderbord It's not complicated: the game sends the scores over the internet to a small server, i have VPS, ( the first year can cost you 1 euro/dollar ) which saves them in a simple text file. The game then receives and reads that file to show the top players on screen.
On the page of my game you have a link to github, there you can see the file leaderbord.php which is on the server and the main file Main.gd where I have all the code you will see how I connect to receive the file As I said, thanks for playing!