Skip to main content

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

Really cool game, I think it is my favorite of the jam.

Very concise and well thought. I liked the difficulty in choosing to have 2 knights which kept aging.

The visuals really fit the simplicity of the game.

It just feels good to play. I actually had to get myself to stop playing because I have to get work done.

How did you go about implementing the scoreboard? Is it a server on which you keep the scores?

(+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.