Skip to main content

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

So only the JavaScript file. But what about the html file then?

Can you explain?

There's no need to upload any html file for the jam.

Then like. How would the canvas elements appear in document. is it in javascript itself like.

document.createElement("canvas");

Yes, to use html, you need to build the html from the js file itself like you described.