Skip to main content

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

Thanks for playing! Glad you had fun with it :)

Uploading this game was fairly straightforwards for me - I bundled the game using esbuild, then put the .js file that esbuild generated as a script inside of index.html. When you upload an in-browser game to itch, it’ll automatically find the index.html page and display that.

It’s hard to help your specific issue without more details. Are your assets loading locally, and only not working when you try to upload to itch? Where are your assets located? This game is open source, you can see the source code here if that helps - you can see my assets in the ‘public’ folder, which also contains the index.html

Nice! Yea it might be something to do with a public folder, my assets are here on my game page, its basically a html/javascript file bundled in ElectronJS.. It does load locally on a static server, and it works when you download it + run it. Its not notarized so you'll have to open it from system preferences on a Mac