cxong / tic80-draw-image

Demo of how to draw an arbitrary image in TIC-80

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic80-draw-image

Demo of how to draw an arbitrary image in TIC-80

Instructions

  1. Create an indexed image with 16 colors in your image editor of choice, with dimensions 240x136, save as image.png
  2. Run convert.py
  3. Paste the output into the cart
  4. Run the cart

About

Demo of how to draw an arbitrary image in TIC-80

License:MIT License


Languages

Language:Lua 98.2%Language:Python 1.8%