Skip to main content

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

Thank you for playing and for the feedback! About seeing score on a certain tile: Try to hover mouse over the "current score" in the top right corner. It should show you current score of each tile. Is that what you were looking for?

Yep, that was it!

I also have some technical curiousities…

I was also wondering, how did you set up the global scoreboard? I think that’s awesome!

As for the chest rewards, I assume they are saved/loaded through the user:// directory to retain after leaving and coming back?

(+1)

Chests, settings and local score is in the user:// directory so they are in your browsers local storage.

Global score is stored/retrieved from my server using http requests.