Skip to main content

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

What format should submissions be in?

A topic by neilsimp1 created Jul 09, 2024 Views: 116 Replies: 1
Viewing posts 1 to 2
Submitted (1 edit)

Hello,

I am ready with a game, but am curious what format(s) are acceptable for a submission?

- Tarball of the source code? Steps to `make` and `sudo make install` are included.

- Compiled binary? Mine should work on x86 and aarch64, but needs to be compiled separately.

- Flatpak?

- Other?

Host(+1)

Source code is mandatory for your submission. Please include clear instructions on how to build the game from source. While not required, providing pre-compiled binaries for x86 and aarch64 architectures would be helpful for users who prefer not to build from source. Remember to include any necessary dependencies and installation steps in your documentation.