Play game
!TweetTweetCart: The Flight of the Fluffy Cloud's itch.io pageHow many characters of code did you use?
557
If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
f=circfill
q=stat
r=rnd
z=pairs
o=0::u::p={}e={}t=.1
c=64s=64
a=20
d=0::_::t+=.002
a-=.1
if(btn(0))c-=1
if(btn(1))c+=1
if(btn(2))s-=1
if(btn(3))s+=1
cls(12)
if(rnd()<.12)add(e,{x=rnd(128),y=-10,v=rnd(t),s=5+flr(rnd(5))})
add(p,{z=a,x=c-4+r(8),y=s-4+r(8),v=-2})
for k,v in z(p)do
v.v+=.2
v.y+=1+r(3)v.z-=v.v
if(v.y>200)del(p,v)
f(v.x,v.y,1+v.z/3,7)
end
for k,v in z(e)do
if(c<v.x+10 and s<v.y+10 and c+10>v.x and s+10>v.y)del(e,v)a=min(a+2,40)d+=v.s o=max(d,o)
end
for k,v in z(e)do
f(v.x,v.y,v.s,7)
v.y+=2+v.v
end
?d..","..o,1,1
if(a<-14)goto u
flip()goto _
Leave a comment
Log in with itch.io to leave a comment.
Comments
No one has posted a comment yet