#TWEETCAT
Mobile players! Use this link:
kbones.fun/tweetcat
My submission for TweetTweetJam 9
500 characters, 9 lives
Hold the directional key to move the kitty toward the button prompt. Hit the correct button when the shrinking circle is between the fixed circles to score a point!
Controls for desktop:
Arrows move the kitty
Z key is "O"
X key is "X"
pico-8 source:
poke(0x5f5c,255)h={32,96,64,64}u={64,64,32,96}i=0t=40s=0 b=4m=30l=9j='score:'o=circ function n()i=ceil(rnd(4))b=rnd({4,5})end n()::_:: x=61y=64z=h[i]w=u[i]t-=1k=13 if(t<5)n()l-=1t=m k=8 if(btn(i-1))x=z y=w if(t<9and btnp(b)and x==z and btn()<48)s+=1m-=0.25 n() t=m k=11 if(m<16)m=16 cls()if l>0then?"🐱",x,y-4,14 if(t>30)?'move!' line(64,64,x,y)?("🅾️❎")[b-3],z-3,w-2,b+6 o(z,w,5,k)o(z,w,8)o(z,w,t,t%10)?j..s,0,0,14 for i=1,l do print("♥") end else?j..s,x-14,y ?'🐱',x,y*cos(t/m)/8+48,14 end flip()goto _
Download
Development log
- Annotated codeMay 12, 2024
Leave a comment
Log in with itch.io to leave a comment.