HOME | DD

voxeledphoton — sponge pico8

#menger #mengersponge #program #sponge #pico8 #tweetjam
Published: 2018-05-26 05:20:23 +0000 UTC; Views: 438; Favourites: 3; Downloads: 1
Redirect to original
Description

did this for tweetjam in pico8

tweetjam is where you make a program that can fit in a tweet

starting to get the hang of this

my twitter: voxeledphoton

--sponge #pico8 #tweetjam

s,c,l,t=sin,cos,line,0

::_::t+=.005cls()

function p(n,x,y,r,a,co)

for i=1,n do

b=i-1

j=b/n+a

k=i/n+a

d=x+c(j)*r

e=y+s(j)*r

f=x+c(k)*r

g=y+s(k)*r

local co+=1 l(d,e,f,g,co)

if co<12 then p(n,d,e,r*.5,-a,co)

end end end

p(4,64,64,32,t,7)

flip()goto _

Related content
Comments: 0