Skip to main content

Search

Items tagged with: tweetcart


by Andy Wallace

#tweetcart #pico8 #pixelart #Hitomezashi #gif

via @andymakes@mastodon.art


this was created by Andy Wallace

Party Pyramids
#pico8 #tweetcart #loop

::_::cls()for d=0,6do
e=sin(t()/16+d/5)c=32+(d%2)*64r=12+flr(d/2)*64if(d>5)c,r=64,24
s=30+flr(d/6)*30for k=1,s do
for i=0,.75,.25do
a=c+k*sin(e+i)b=c+k*sin(e+i+.25)y=r+k
if a>b then
line(a,y,b,y,4)for p=0,1,(k%9)/(9+k)do
pset(p*a+(1-p)*b,y,8+d)end
end
end
end
end
flip()goto _

https://mastodon.art/@andymakes/106434020113072476