Skip to main content

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

Donated :)) great game!

Downloaded for offline use, but the index.html gets stuck in Firefox and Chromium. Game works fine when running from itch.io page. Any ideas?

I get the same glitch on itch.io, after my first time playing a few dozen rounds

(+1)

For me, my web browser did not like loading local files.  I had to restart chrome  with the "--allow-file-access-from-files" flag:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files

see:

https://stackoverflow.com/questions/18474727/canvas-has-been-tainted-by-cross-or...

I ended up patching a function into loadImage that substituted base64 encoded copies of the graphics to get my copy working without disabling CORS in FireFox (file:// is automatically assumed to be dirty by default.).

Dunno why audio didn’t trip CORS, but I won’t complain if the offical version also gets a 830kb js file just to hold the additional code with the encoded files.

see https://itch.io/post/12090872