Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Admin(+1)

It depends on what game engine you're using. Most game engines that export to HTML5 will create an single .html file that is the entry point for running your game in the browser. We require that the file is named index.html. There's a good chance that your engine may already export the game with that name. Remember that your engine must support exporting to HTML. If your game only creates exe files then it won't work.