Play game
Voidfaller's itch.io pageCharacter Count496
Code
function u()a=10b=117t=100q=150n=50c=a
d=b
e=a
f=b
w=a
x=b
y=a
z=b
o=n
s=-1v=0.5p=63end
h=0l=line
u()function _update60()
if(btn(0))p-=(v+.2)
if(btn(1))p+=(v+.2)
o+=v
if o>=n then
o=0s+=1h=max(s,h)v=min(v+.01,1.5)a,b=c,d
c,d=e,f
e,f=w,x
w,x=y,z
y=rnd(80)+20z=max(rnd(80)+38,y+20)end
cls()?s,20,10,6
?h,t,10
l(a,0-o,c,n-o)l(c,n-o,e,t-o)l(e,t-o,w,q-o)l(w,q-o,y,200-o)l(b,0-o,d,n-o)l(d,n-o,f,t-o)l(f,t-o,x,q-o)l(x,q-o,z,200-o)
if(pget(p,30)==6or pget(p-1,30)==6or pget(p+1,30)==6)u()
?"😐",p-3,24
end
Leave a comment
Log in with itch.io to leave a comment.


Comments
Nice, made it to 35 points. I like the way the "walls" move, gives a nice caverns feel in such tiny code.