Play game
!TweetTweetCart: Cave Explorer's itch.io pageHow many characters did you use?
558
Include your code here, if you'd like to show it off!
u=0::★::p={}t=0w=1
a=-.25
b=-a
x=64y=64s=32
add(p,{x=64,y=64,s=32,t=5})
::_::cls(4)t+=.01
if(t>u)u=t
q=p[#p]
if q.x>0 and q.x<128 and q.y>0 and q.y<128 then
s=16+rnd(40)b+=.2-rnd(.4)
r=q.s+s*.9
n=q.x+r*cos(b)m=q.y+r*sin(b)
add(p,{x=n,y=m,s=s,t=5})
end
if(w<3)w+=t*.001
for k,v in pairs(p)do
v.x+=w*cos(a)v.y+=w*sin(a)
circfill(v.x,v.y,v.s,0)
end
for k,v in pairs(p)do
v.t-=.01
if(v.t<0)del(p,v)
end
if(pget(64,64)!=0)goto ★
if(btn(0))a+=.02
if(btn(1))a-=.02
circ(64,64,2,12)
line(64,64,64-5*cos(a),64-5*sin(a),7)
?flr(t*10)..","..flr(u*10),2,2,7
flip()goto _
Leave a comment
Log in with itch.io to leave a comment.
Comments
Really nice game! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)