Ooo, this is cool! I love the HighScore touch on this, too! I’m going to have to see how you did that!
Viewing post in Dinorika jam comments
Thanks! I hosted a web server with an api that I send post and get requests to send and receive the scores. The game is made in Godot and I just use the HTTPRequest Node to send the requests and update the high score list. On the server I wrote an algorithm to attempt to catch cheaters, but that was about it. If you are curious on the details let me know and I can send you more info.