View Page Source

Revision (current)
Last Updated by Randomno on 8/12/2023 4:04 AM
Back to Page

* Open TIC-80 console.
* {{folder}}
* Put game in this folder.
* {{load <cartname>}}
* {{edit}}
* Probably want to copy this code into a better IDE.
* The main function is {{TIC()}}. Inside this function there will probably be screen drawing functions/code.
* Edit code, Ctrl+S, Esc, {{run}}

If the game exceeds the 64K limit, alternatively:

* Open TIC-80 console.
* {{folder}}
* Put game in this folder.
* {{load <cartname>}}
* {{save <newcartname>}}
* Edit and save the new {{.tic}} in a text editor. The end of the file will be plain lua code.