Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

Fantasy computer for making, playing and sharing tiny games. · By Nesbox

Collaborating on cartridges?

A topic by technomancy created Oct 20, 2018 Views: 273
Viewing posts 1 to 1

I'm hoping to collaborate on a TIC game with a friend, but I'm having trouble figuring out a good way to do that. Is it best to just keep code in separate files in a source control repository and run `tic80` from that directory, then use `require` in your cartridge and not keep any actual code in there until you're ready to publish, or is there a better way?