Play game
Bees Hate Balloons's itch.io pageHow many characters of code did you use?
554
Include your code here, if you'd like to show it off!
::i::x,y,r,d,b,n,m,a,s,p,t=64,64,2,.1,0,15,15,4,1,0,0
poke2(12800,2977)poke(12865,20)
::_::
if(btn(4))r+=.2 d-=.2
if(btn(5))r-=.2 d+=.3
y+=d
d+=.03b+=s
n=a*sin(b/40)+m
if(b>127)b=-3 m=rnd(120)+4 a=4+rnd(s) s+=0.2
if(y>128or y-r*2<0or(sqrt((x-b)^2+(y-r-n)^2)<r+2))sfx(0)p=23130 e=1
t+=1cls(1)fillp(p)ovalfill(x-r,y,x+r,y-r*2,0x18)fillp()circfill(b,n,2,10)circfill(b-2,n-2,1,7)line(b,n-2,b,n+2,0)
?"score:"..t,0,0,14
for s=1,16do
pset(2*sin((s-8+r)/11)+x,y+s,7)
end
if(e)goto e
flip()
goto _
::e::
?"game over,restart:❎",0,10
if(btnp(5))e=nil goto i
goto e
Leave a comment
Log in with itch.io to leave a comment.
Comments
Well I didn't get very far... somewhere in the 700s but I had a lot of fun getting there. Great job.