Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thank you for such a high praise! I'm actually glad to hear that you liked the game mechanics! Its kinda funny how I implemented the leaderboard. Originally I was gonna use dreamlo.com but in order for me to get it working on the web build, I had to get SSL (which is essentially https instead of http) which I can't get immediately and it was a bit too late on the jam to contact the dev of dreamlo. Then, after a bit of research, I found out I can just make one using Google Forms, Google Sheets, and Google App Scripts apparently. With a little bit of Javascript and setup with parsing JSON type files, I was able to get everything working!

(+1)

That sounds like a cool solution, I will have to try that.