Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Game does not work on Firefox.

(+1)

Unfortunatly, it uses `new OffscreenCanvas()` for sprites. It's syntax can be compiled down to a smaller footprint than `document.createElement('canvas')` and it's much more performant too. https://caniuse.com/#feat=offscreencanvas

Adding support for firefox and safari would require some effort. I'll see what I can do.