Log In  


One of my first ever tweetcarts, back in 2020

(279 chars)

t=0g=16s=pset
::_::
t+=.01for c=0,7 do
for r=7,0,-1 do
x=c*g
y=r*g
z=max(0,sin(t+(c*.7+r*3)*.2)*40-20)
for d=0,z do
k=abs(d-z)<1 and 13 or 1+(c+r*7)%12a=x-d
b=y+d
rectfill(a,b,a+g,b+g,k)s(a,b,0)s(a+g,b)s(a+g,b+g)
end
rect(a,b,a+g,b+g,0)
end
end
print(👻)
flip()goto _
--#tweetcart

2



[Please log in to post a comment]