Play game
Along the stars 560's itch.io pageHow many characters of code did you use?
according to pico-8 there are 546 chars
Include your code here, if you'd like to show it off!
::__::
o,t,p={{x=64,y=64,s='🐱',c=12}},0,function(p)print(p.s,p.x,p.y,p.c)end
c,r,m,e,w=o[1],rnd,200,190,128
for i=2,m do o[i]={x=-r(w),y=r(w),s='.',vy=r(5)+1,vx=0,c=i%3+5}if i>e then s=o[i]s.vy=r(3)+1s.vx-=1-r(3)s.s='✽'s.c=r(3)+8end end::_::cls()t+=1
?'score:'..t
if(btn(⬅️))c.x-=1
if(btn(➡️))c.x+=1
if(btn(⬆️))c.y-=1
if(btn(⬇️))c.y+=1
p(c)for i=2,m do if i>e and abs(c.x-3-s.x+3)<3and abs(c.y-2-s.y+2)<3then for k=1,99do circ(s.x+3,s.y+2,k,8+k%3)flip()end goto __ end s=o[i]s.x+=s.vx s.y+=s.vy if s.y>w then s.y=-r(w)s.x=r(w)end p(s)end
flip()goto _
Leave a comment
Log in with itch.io to leave a comment.
Comments
There is more human friendly/readable version of code