Comments

Log in with itch.io to leave a comment.

(+2)

I'm super impressed with the leaderboard,  I had no idea that you could do that in godot, any resources you can point me to about it? The music is nice, and the powerups are lifesavers and made the game a bit more fun. Great work!

Thank you!

The leaderbord is a mockup yet, there is an autoload to manage the points and positions but it is local. @KeichTS developed our leaderboard so maybe he can give more details. It didn’t save data so if you reload the game (html) or close and open again (desktop), the leaderbord will be the same as the initial one.

There is an addon called silent wolf (https://silentwolf.com/) that can be used to store and access data online. From the godot documentation, if you have any knowledge on internet requests and an online server to store and access the data, it’s possible to code it manually too.

We are still learning how to save and open information like this!

Honestly if Godot can make http requests then you can just set up a super simple api that it can talk to. 

Godot can do it: https://docs.godotengine.org/pt_BR/stable/tutorials/networking/http_request_class.html

but them, there are some techincal issues: we don’t know how to operate with servers and we don’t have the resources to pay for one (maybe, using some free service?). It’s something we want to learn in the future

good luck :D

(+2)

really cute and fun lil game! the leaderboard is a nice feature lol ^^

(+1)

Thank you!

The leaderbord is a mockup yet, there is an autoload to manage tue points and positions but it is local. @KeichTS developed our leaderboard so maybe he can give more details. From our code, it isn’t persistent between plays. I’ve asked you and we intend to use the silent wolf (or other ways to manage internet requests) in the future!

(+2)

nice game, fun and have power ups too =)