Skip to main content

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

This is one of the annoying aspects of HTML5 development: you cannot open the html file directly. You need to use a server or you will get these CORS issues.

Fortunately, Pixelbox includes a local server so you can test the game in a web browser:


Click the button in the top-right corner to copy the URL into the clipboard, and paste it into the address bar of your web browser.

right, makes sense. I was asking for distribution purposes, the testing has been good but I managed to figure out submission to itch and other such things so I’m good for now, thank you!