Public
Like
gameLeaderboard
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://michaelwschultz--402353c2277211f0b46e569c3dd06744.web.val.run
While participating in a few game jams last year. I realized how nice it would be to include a leaderboard in some of our games. Looking around I couldn't find something simple that I could just throw into my Godot project at the last minute. So during the last jam, I found myself with a little extra time near the end and decided to build one.
I ended up hosting it in Firebase but that meant I needed to import the Firebase sdk. There was a great addon for that in the Godot asset library, but man is it heavy and full of small issues that drove me nuts. I ended up spending a lot of time debugging it when I really needed to be working on the game. What I really needed was a simple REST endpoint I could hit and that was about it. Enter Valtown.