On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

This was loads of fun! And nice to see that you managed to get the leaderboards working :D I took a look at the code – something to do with FKS? do you have any suggestions to what I can look into to get a leaderboard working? I tried to use dreamlo but didnt succeed with getting the leaderboard to work in itch.io

(+1)

Wow... someone looked at my ugly source code... AND was able to actually track through some of it!  Kudos to you! As for the leaderboard stuff, FKS is my "studio" (FussenKuh Software). aka, I made up a meaningless name for myself. Anything under the FKS namespace is stuff that I've cobbled together over the years to reuse across all of my games.  The leaderboard stuff is a recent addition. It's something I pieced together from reading this blog post https://blog.generistgames.com/creating-a-simple-unity-online-leaderboard/  It's fairly straightforward, but does require you to have access to your own webserver.  Ultimately, I'd say it's not a solution I'd ever use for any "real" game. But, lucky for me, I don't publish real games and I think it works just fine for Game Jams.

Thanks for checking out my submission! 

LOL your commit messages were rather informative :)

hahah yeah im in the same boat – these game jams are fun but I think a “real” game would take a rather long time haha. Thanks for the blog post! Ill check it out!