Flicker Graphics System

This is my most difficult project yet, the quest to make more than 16 colors viewable. This graphics system was made to flicker any 2 colors rapidly into new colors!

After months of planning, creating, and optimizing this is what i came up with. Right now you can move around with what’s already in the simulator or read the notes scattered about and learn to recreate your own characters with way more colors!

While It’s slightly bigger than I’d like it to be at 20KB, I’m happy I was able to engineer such a system.

If you check it out, please comment what you think of it :grinning_face_with_smiling_eyes:

Cool :ok_hand:

1 Like

One more thing if you want to draw your own tiles edit the first array groups with the long numbers. each tile is 7 Pixels and each of those first values are 14 numbers equating to 2 rows of a tile. Each array of long values is a single tile. to learn more, about all this information you can find it placed in notes where you might need them.

This was made with the intention to be used in the blockly editor rather than java script.

I’ll try to make a separate sprite to tile converter if people want it.