Skip to main content

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

write:

export html [name of your game]

For example if you have a game saved as "destruction.tic"

You can export it as  export html destruction


If you want a native build, you write

export win destruction

This is for windows.

You can do a linux export, similarly, etc.