Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

tc_reflexView game page

TweetTweetJam 2026
Submitted by squishyam — 15 hours, 56 minutes before the deadline
Add to collection

Play game

tc_reflex's itch.io page

Character Count
458

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

Submitted

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