Play game
Rhythm Circle's itch.io pageHow 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
Lovely game. I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)