PICO-8 to TIC-80 cartridge converter

Please enable JavaScript

This is a Free and Open Source tool, licensed under the MIT license and written in ANSI C. It's aching to be feature complete, therefore it is able to convert assets, PICO-8 codepage, Lua syntax (like += and != operators for example) and API calls too (what's not converted directly, provided via musurca's wrapper library). Check out the converter's source. Contributions and improvements are always welcome!


If the input is a .p8 text file or a .p8.png binary file or a .tic.png, then the output is a .tic file.
If the input is a .tic file, then the output is .tic.png cartridge.