Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

QUEST 2View game page

Submitted by kittenm🐈ster — 2 days, 3 hours before the deadline
Add to collection

Play game

QUEST 2's itch.io page

How many characters did you use?
531

Include your code here, if you'd like to show it off!
poke2(12868,6775)a={}x,y,v,w,d=0,0,0,0,.4
s="i lost my 558 cats!\ncan u find them??"r=rnd
for i=1,558 do
a[i]={c=8+i%6,x=r(120),y=r(99)}end::⌂::
if(btn(⬅️))v-=d
if(btn(➡️))v+=d
if(btn(⬆️))w-=d
if(btn(⬇️))w+=d
g=abs(v)
h=abs(w)
if(x<1)v=g
if(x>119)v=-g
if(y<1)w=h
if(y>99)w=-h
x+=v y+=w
v*=.9 w*=.9
for f in all(a)do
if(x+5>=f.x and x<=f.x+6 and y+5>=f.y and y<=f.y+6)del(a,f)sfx(1)
f.y+=cos(t()+f.c/4)
f.x+=sin(t()+f.c/9)end
if(#a==0)s="purrrfect♥"
cls()for f in all(a)do
?"🐱",f.x,f.y,f.c
end
?"웃",x,y,7
?s.."\n😐",0,110,14
flip()goto ⌂

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

Cute cats! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)