Skip to main content

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

One of the funnest games I've rated in this Jam. I particularly liked the hunting hunters mode. May I ask how you have hosted the leaderboard and HH mode, for I was looking for a hosting place for a leaderboard for my game

(2 edits) (+1)

Thank you, I'm glad that you enjoyed our game 😊
Originally I started with using Talo for the leader boards, but it didn't quite have what I needed for the hunting hunters mode so I swapped everything over to Supabase which is much more of a generic database. If you just want leaderboards and player accounts I would recommend Talo as it is super easy to set up, but if you want more control I feel like Supabase is much more powerful and customisable. They both offer a free package that should be more than enough for a game jam 😊

If you were using Godot I would be happy to help out, but since you are using monogame I am not sure I would be of much help 😋. The docs for both are pretty good though and they have a section on how to use it with a web-api

(+1)

Thanks for that. I’ll probably update my game later to put a leaderboard in it after the jam. Good luck