Play game
Tweet Tweet Dozer's itch.io pageHow many characters did you use?
556
Include your code here, if you'd like to show it off!
poke(12868,130)poke(12869,9)q=band c=circfill l=line a=0 x=64 y=x h={}d={}z=127 for i=20,40 do add(h,{rnd(120),rnd(123),rnd(9)+4})end::a::b=btn()a+=q(b,1)/30-q(b,2)/60 if(btn(4))x+=cos(a)y+=sin(a)add(d,{x,y}) x%=z y%=z for p in all(d)do pset(p[1],p[2],5)end for j in all(h)do if((x+(cos(a)*2)-j[1]-4)^2+(y+(sin(a)*2)-j[2]-2)^2<9)del(h,j)sfx(1) ?'⌂',j[1],j[2],j[3] end c(x,y,2,9)l(x+cos(a+.1)*3,y+sin(a+.1)*3,x+cos(a-.1)*3,y+sin(a-.1)*3)l(x+cos(a+.1)*4,y+sin(a+.1)*4,x+cos(a-.1)*4,y+sin(a-.1)*4)c(x,y,1,5) if(#h<1)print('end',8,8,rnd(16)) flip()cls(3)goto a
Leave a comment
Log in with itch.io to leave a comment.