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

Apple CollectorView game page

TweetTweetJam 5 Submission: 560 Character Game made in PICO-8
Submitted by Richard Woods (@richyrich515) — 5 days, 19 hours before the deadline
Add to collection

Play game

Apple Collector's itch.io page

How many characters of code did you use?
560

Include your code here, if you'd like to show it off!
x=120y=120s=0a=60b=60e={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}::z::cls()x+=btn(0)and -1or btn(1)and 1or 0y+=btn(2)and -1or btn(3)and 1or 0 x=x<0and 0or x>120and 120or x y=y<0and 0or y>120and 120or y if(a<x+6and a>x-6and b<y+5and b>y-5)s+=1a=rnd(120)b=rnd(120)
for i=0,2do k=i+6l=i+9m=i+12if(e[m]<=0)e[m]=rnd(30)e[i]=rnd(2)-1e[i+3]=rnd(2)-1
e[m]-=1e[k]+=e[i]e[l]+=e[i+3]e[k]=e[k]<0and 0or e[k]>120and 120or e[k]e[l]=e[l]<0and 0or e[l]>120and 120or e[l]
if(e[k]<x+4and e[k]>x-4and e[l]<y+4and e[l]>y-4)run()
?"😐",e[k],e[l],9
end
?s,0,0
?"🐱",x,y,5
?"●",a,b,8
flip()goto z

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet