Inspiration: Aebrer's Spindleweave Imaginarium shreds pixels in both horizontal and vertical directions. i wanted to explore the smoother vertical path, creating a dithered sigil maker which locks and then releases over time.
Tweetcart Relay is a series of tweetcarts minted and passed between artists who take the prior work, and modify it to their liking. Anyone who likes to make tweetcarts or wants to learn how can join! This particular relay is an ongoing project between aebrer, CarsonK, alexthescott, and p1x3lboy.
Relay information: -> inspiration tweetcart: Spindleweave Imaginarium; https://www.fxhash.xyz/generative/slug/spindleweave-imaginarium -> inspiration tweetcart author: aebrer; tz1ZBMhTa7gxSpaeXoqyc6bTCrxEHfZYSpPt -> destination: open
Pico-8 Source Code: -> 155 Tokens, 264 Characters
cls()v=20 r=rnd n=cos p=r(6)+5 s=r(-1)srand(s)g=60j=●-웃 e=r(9)+1f=r(16)+1 poke(24364,7) for i=1,v do pal (i,(r(v)-17),1)end ::_::g+=r(.002) if(g>110)g=v for i=0,v do m=1+n(g/v)\p a=n(n(g/p-i/v))vpm b=n(n(g/v-i/v))vpm line(v+a,v+b,i)memcpy(v,v+e,v) end goto _