Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I get this error: 

game-state-manager.js:73 Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
    at GameStateManager.load (https://v6p9d9t4.ssl.hwcdn.net/html/910412-99440/src/game-state-manager.js:73:20)
    at new MainGame (https://v6p9d9t4.ssl.hwcdn.net/html/910412-99440/src/main-game.js:8:18)
    at window.onload (https://v6p9d9t4.ssl.hwcdn.net/html/910412-99440/index.html?v=1542782541:125:9)

What browser and version are you running?

chrome 75.0.3770.100(mac)

chrome 75.0.3770.100(mac)

Seems this issue is caused if you are blocking 3rd party cookies in Chrome. This is required for saving progress in the game. See Chrome settings under Privacy > Content > Cookies and make sure that blocking is not enabled. Hope that helps.