Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

So the problem here is Cross-Site-Cookies, which I'm not about to turn on for a game (it's not that I don't trust the game, it's that it allows all sorts of creepy tracking elsewhere) - it seems to me like the game aught to either store the data in a cookie for the correct domain, or use localStorage.

It does use localstorage! But itch.io's hosting system does strange things.

So what’s the answer? How can we get stats to work and not have the game cleared when we leave the tab?

so what’s the answer? How do we get to keep our stats?

Any chance of getting Dordle hosted somewhere else that doesn't do strange things to local storage? If the game is all done client-side, could GitHub Pages work for hosting?