It's best to load this into pico-8 using:
load #colorsamp run |
Because it requires the command prompt to invoke.
This is something that I wrote to be simple enough for a 9 year old to use to get some practice typing function calls and looking at code, so it isn't very fancy, but it gets the job done.
It's intended to be used by loading the program, run, then follow the instructions printed to the cli.
Basically it just shows what a particular foreground color looks like on a background color while also showing the color numbers used in decimal and hex.
[Please log in to post a comment]