Skip to main content

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

Good take on the classic! I'm curious about how did you implement the global scoreboard. Own implementation or you used a paid service?

Hi, thanks for the kind words! Regarding the scoreboard, I programmed a simple PHP API to do it (one call that inserts a new score and one that returns a JSON with the top 5 scores). I have it set up for many games (i.e. the same scoreboard supports many games) and I have it hosted on a VPS. I will happily share the code with you if you like.