Play game
Endless Buffet's itch.io pageCharacter Count496
Code
poke(0x5f2c,3)
r=rnd
x,y,s,l,a,b,c=0,30,0,3,64,r(46)+8,r(14)+2
function f()
a=64
b=r(46)+8
c=r(14)+2
end
function _update()
if(btn()>3)y+=(btn()/2)-3
if(y<7)y=6
if(y>52)y=53
if(a>-6)a-=2
if(a<-5)f()
if b>y-3 and b<y+5 then
if a<x then if c>3 then s+=1 f()
else l-=1 f()
end
end
end
end
function _draw()
cls()
if l>0 then
?"<",x+1,y,7
?"<",x,y,8
?"(",x,y,8
rect(-1,5,64,58,15)
?s,28,0,11
?"♥ "..l,1,0,8
?"don't eat ●!",7,59,2
?"●",a,b,c
else ?"buuurp!",18,28,15
?"score: "..s,14,36,15
a=64
end
end
Leave a comment
Log in with itch.io to leave a comment.


Comments
Nice use of 64x64 mode, the mouth looks great for the limits.
yeah, the use of ( and < to form the mouth is quite clever