Play game
CRYPT's itch.io pageHow many characters of code did you use?
552
If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
::z::x,y,n,u,b=9,7,1,0,btnp
function e()return flr(rnd(13))*8+7
end
function o()l={}c={}m,p,t=-9,e(),9+n
for i=1,n*3 do
add(l,{c=8+i%2,x=e(),y=e()})add(c,{c=8+i%2,x=e(),y=e()})end
end
o()::_::cls()i,j=x,y
if(b(0))x-=8
if(b(1))x+=8
if(b(2))y-=8
if(b(3))y+=8
for v in all(l) do
?"▥",v.x,v.y,v.c
end
for v in all(c) do
?"★",v.x,v.y,10
if(v.x==x-2 and v.y==y)u+=1del(c,v)
if(#c<1)m=e()end
rect(1,0,121,112,9)
?"★"..u.." ⧗"..ceil(t),1,118
?"☉",m,p,11
q=pget(x,y+1)
if(q==9)x,y=i,j
if(q==8)t-=.2
if(q>10)n+=1o()
?"#",x,y
if(t>0)t-=.03flip()goto _ else goto z
Leave a comment
Log in with itch.io to leave a comment.
Comments
No one has posted a comment yet