Play game
Tweeterman.p8's itch.io pageHow many characters of code did you use?
518
If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
t={32,0,64}x=32p=0l=0g=94w=64
function _draw()
d()
if(btnp(0)and tonum(t[2])!=0)m()l=0return
if(btnp(1)and tonum(t[2])!=w)m()l=1return
if(btnp(1)or btnp(0))p=0 cls()end
function m()
s=flr(rnd(3))*x
del(t,tonum(t[1]))
add(t,s) d() p+=1end
function d()
cls(12)rectfill(0,g,128,128,3)
for i=1,3 do dt(i)end
print(p,w,w,0)end
function dt(i)
s=tonum(t[i])
rectfill(x,g-x*i,x+w,g-x*i+x,4)
rectfill(s,g+16-x*i,s+w,g+14-x*i,4)
rectfill(56,80,74,84,6)
rectfill(w,84,x+w*l,85,0)
rectfill(56,84,74,85,0)
print('웃',30+w*l,84,9)end
Leave a comment
Log in with itch.io to leave a comment.
Comments
No one has posted a comment yet