DESCRIPTION:

Reworked from an old idea, Frogger was created for TweetTweetJam 9. There were a few compromises I had to make on the graphics and gameplay elements to get this all squeezed into the 500 charcters allowed. 

PLAY:

Movement: Arrow keys to move Left, Right, and forwards. There is no moving backwards!
Restart:
Reload the page (this was one of the bits that had to get cut!)

PICO-8 EDU VERSION:

If you want to play around with the code or want the ability to replay after losing, then why not try out the Pico-8 Edu Version link below. (TIP: type RUN and press Enter key to play the game)

PICO-8 Education Edition (pico-8-edu.com)

CODE:

x=9y=9z=0g={}d="034203620"s="234354735"m=split("\#b**,===,===<,===,\#b,[=,=>,[=,\#b")for i=1,9do
for j=1,2^s[i]do m[i]..=" "end
end::_::cls()?z
b=btnp()x+=b\2%2-b%2y-=b\4%2for i=1,9do
o=""for j=1,6do o..=m[i]end
v=d[i]^2*cos(i/2)j=t()*v%#o
o=sub(o,j)..sub(o,1,j)s=sub(o,x+1,x+2)?o,4
if i==y then
if(y<6)x-=v/30
if y==1then
j=x\6+1if(g[j])stop()
g[j]="x"x=9y=9z+=1if(z%5==0)p={}
elseif y>5and s!="  "or y<5and s=="  "then
stop()end
end
end?"x",x*4,y*6,8
for i=1,5do?g[i]or"",i*24-12,6
end
flip()goto _

Development log

Leave a comment

Log in with itch.io to leave a comment.