Play game
tc_reflex's itch.io pageCharacter Count458
Code
function _init()
♪={}
n={{4,"z"},{5," x"}}
for i=1,16do
♪[i]=rnd(n)
end
s=1
b=138
end
function _draw()
cls(8)
rectfill(0,-1,128,b,1)
if b>0 then
b-=1
if btnp(4) or btnp(5) then
if btnp(♪[s][1]) then
game=0.1
♪[s+16]=rnd(n)
b+=6
if(b>=128) b=128
s+=1
else
b=-1
end
end
else
?s-1,1,1
?"⬇️: redo"
if(btnp(⬇️))_init()
end
for i=0,15 do
?♪[i+s][2],59,2+i*8,7
end
rect(56,0,72,8,8)
end
Leave a comment
Log in with itch.io to leave a comment.


Comments
Nicely done! Harder than it seems at first, but I was able to break a hundred after a few tires.