Skip to content

Script to compile TIC-80 cartridge from multiple files

License

Notifications You must be signed in to change notification settings

jahodfra/tic80-stitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tic80-stitcher

Script to compile TIC-80 cartridge from multiple files

Currently the cartridge is on binary file. This makes hard to track code changes in source control. Also there is no easy mechanism how to import binary data into the cartridge.

Usage:

python3 -m make_cartridge \
  --code=cartridge.lua \
  --map=cartridge.map \
  --sprite=cartridge.spr \
  --background=cartridge.bkg \
  -o cartridge.tic

About

Script to compile TIC-80 cartridge from multiple files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages