Play game
FlyDash's itch.io pageHow many characters did you use?
557
Include your code here, if you'd like to show it off!
r,s,t,p,b=0,0,1,{},{}
p.x,p.y=80,98
::y::
c={}
c.x,c.y=rnd(115)+8,0
add(b,c)
::z::
if(btnp(1)and p.x<107 and t>0)then p.x+=9 t-=1 end
for c in all(b)do
if c.y<99 then c.y+=2 end
if sqrt(abs((p.x-c.x)^2+(p.y-c.y)^2))<=3 then add(p,c) del(b,c) s+=1*t t+=1 end end
p.x-=1*t/9
r+=1
if p.x<0 then run()end
rectfill(0,0,127,127,12)
rectfill(0,95,127,127,3)
rectfill(0,98,p.x,p.y,14)
print(s,60,10,7)
print('🐱',p.x,p.y,7)
circfill(2,99,3,11)
for c in all(b) do print('◆',c.x,c.y,10)end
for i=0,t do print('◆',i,120,10)end
if r>9 then r=0 goto y end
flip()goto z
Leave a comment
Log in with itch.io to leave a comment.
Comments
Really clever concept! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)