Made with 547 chars of Pico-8 for the TweetTweetJam.

Use arrow keys to keep Pink on its safe zone and bring him back to his blue island. Then level number will increment, safe zone will be a bit thinner, shorter, faster, and everything will have to be done again, oh no!

Here's the complete program, ready to copy & paste to your favorite Pico-8 console :

function i()
s=.1j=91p={}q=0v=32w=32x=v y=w
end
a=64_=1h=128l=512z=8i()c=circfill
b=btn 
function _update60()
if(j<-1)i()
j=mid(-1,j,91)cls(8)c(64,64,j*2,2)c(64,64,j,1)
if(b(0))x-=1
if(b(1))x+=1
if(b(2))y-=1
if(b(3))y+=1
v+=cos(q)*s
w+=sin(q)*s
v%=h
w%=h
x%=h
y%=h
q+=rnd(1/32)-1/64
s=mid(-1,s+(rnd()-.5)/a,1)
add(p,{x=v,y=w,g=0,z=z})
foreach(p,o)
if j>80 then
c(99,99,5,12)
?_,98,97,7
end
j+=1/16
g=pget(x,y)
if(g==7 or g==12)i()l*=.8 a*=.8 z-=.5 _+=1
if(g!=14)j-=.5
?"웃",x-3,y-4,7
end
function o(o)
c(o.x,o.y,o.z,14)
o.g+=1
if(o.g>l)del(p,o)
end
StatusReleased
PlatformsHTML5
Rating
Rated 4.5 out of 5 stars
(2 total ratings)
AuthorElGregos
GenreSurvival
Made withPICO-8
Tags8-Bit, PICO-8

Comments

Log in with itch.io to leave a comment.

(+1)

This is actually very fun! I started getting stuck at Lv 8. That line's just a little too thin and fast. Hahaha!

Hey, thanks! I just managed to go to level 10, and now it starts getting REALLY difficult! :D