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

Rhythm CircleView game page

Keep the mania going!
Submitted by pramirez351 — 4 hours, 31 minutes before the deadline
Add to collection

Play game

Rhythm Circle's itch.io page

How many characters did you use?
530

Include your code here, if you'd like to show it off!
h=0
w=false
function _init()
r=63
c=0
p=0
x=64
w=true
s=1
end

function _draw()
if(btnp(🅾️))then
_init()
end
if(w==true)then
cls(c+7)
print(p,1,1,c)
print(h,1,10,c)
if(btnp(❎))then
if(r > 2 and r < 10)then
if (s < 5) then
s += 1
else
s = 2
end
p += 1
c += 1
r = 63
sfx(s)
music(1)
else
if (h < p) then
h = p
end
w = false

end
end
if (r > 2 and r < 10)then
circ(x,x,r,11)
else
circ(x,x,r,c)
end
if(r > 2)then
r = r -1
elseif (r == 2)then
w = false

end
else
cls(c+1)
print("play again? press 🅾️", x/3,x,c)
end
end

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

Lovely game. I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)