Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Seeking Guidance for Game Jam Submission - Web Assembly and .exe Versions

A topic by ernicani created 25 days ago Views: 28 Replies: 1
Viewing posts 1 to 2
Submitted(+1)

Hey everyone, I've always participated in game jams as part of a team, but this time, I'm tackling one solo. I'm in the early stages of development, and I could use some help.

I have a game running with SDL2, and I can compile it with Web Assembly since I want to publish both a web version and a .exe version for offline play. However, I can't figure out how to post both versions properly.

If you have experience posting both versions or advice on whether I should focus on one more than the other (since an .exe version won't work on Linux or Mac), please let me know.

HostSubmitted(+1)

You have to create your project as HTML Kind of project:

Web version has to be uploaded as ZIP package including your HTML5 project (with index.html) and you can mark it as "This file will be played in the browser"



If you will build your exe, then also pack it into ZIP and Upload on itch, but instead mark for which operating systems it is an executable.