Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cxong/tic80-draw-image
Demo of how to draw an arbitrary image in TIC-80
https://github.com/cxong/tic80-draw-image
Last synced: 3 months ago
JSON representation
Demo of how to draw an arbitrary image in TIC-80
- Host: GitHub
- URL: https://github.com/cxong/tic80-draw-image
- Owner: cxong
- License: mit
- Created: 2020-04-04T06:10:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T12:07:45.000Z (6 months ago)
- Last Synced: 2024-06-15T03:34:48.506Z (5 months ago)
- Language: Lua
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tic-80 - tic80-draw-image
README
# tic80-draw-image
Demo of how to draw an arbitrary image in TIC-80![](https://github.com/cxong/tic80-draw-image/blob/master/preview.png)
## Instructions
1. Create an indexed image with 16 colors in your image editor of choice, with dimensions 240x136, save as `image.png`
1. Run `convert.py`
1. Paste the output into the cart
1. Run the cart