Scrumpin' Simulator 2020
SCRUMPIN' SIMULATOR 2020
A WarioWare-esque fruit snatcher in 559 characters
Press X to get that fruit!
Made for Tweet Tweet Jam 5
Cartridge code (made with Pico-8 0.2.1b)
c=circfill s=0y=104b=0::a::cls(12)c(64,256,192,3)for j=0,1 do srand(s)for i=0,30 do c(64,i*2+32,6,4)w=64+sin(rnd(1))*28z=40+sin(rnd(1))*24c(w-j,z+j,9+rnd(5)-j,10+j)end end ?"apples: "..s,1,1,1 if(b==0)x=64+sin(t()*(.5+s/9))*48 if(b==1)y-=6 if(b==2)z=y y+=6 c(w,z,5,8) if(y==104 and b==2)b=0s+=1y=104goto a for i=0,14 do if(pget(x-7+i,y-2)==8)b=2 end rectfill(x-4,y,x+4,128,15)c(x,y,7) if(btn(5))b=1 if y<9 then ?"game over",46,24,1 ?"you grabbed",42,40 ?"apples",52,56 ?s,61,48,9 if(btn(5))run()end if((s==0 or y<9)and t()%1>.5)print("❎",61,70,9) flip()goto a
Comments
Log in with itch.io to leave a comment.
Nice! Good use of upping the difficulty with every successful scrump(?) The visuals are well done, too.
The tree generation looks good. The rim lighting is a great touch.
My record is 9 points
Nice! I only managed to get up to 8 with my testing. My pal managed to get 12 though, gonna be a hard one to beat.