On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

IMPICOBLE ROADView game page

#pico8 tribute to IMPOSSIBLE ROAD
Submitted by Mahtieu 'p01' Henri (@p01) — 7 hours, 19 minutes before the deadline
Add to collection

Play game

IMPICOBLE ROAD's itch.io page

How many characters of code did you use?
553

If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
srand()m=999q={}h=0
for i=0,m do
q[i]=i<4 and 0 or q[i-1]+rnd(.4)-.2
end y=m
function _update60()
if(y>144)a=q[0]v=.02z=4s=0y=0
cls(6)z+=v
v+=v/m
for d=8,109,2 do
w=z-d/64
i=flr(w)p=q[i%m]f=w%1
b=p+(q[(1+i)%m]-p)*f*f*f*(f*(f*6-15)+10)-a
p=({12,1,0,0})[flr(1+d/38+rnd(.5))]
if(d<70)c=b
for j=-d,d,4 do
f=b+j/d/12
?"●",64+d*sin(f),48+d*cos(f),abs(j/d*3)>flr(w*4%2+1) and p or 7
end
end
if(abs(c)<.1 and y==96)then
if(btn(0))a+=.003
if(btn(1))a-=.003
s+=1else
y+=2end
h=max(h,s)circfill(63+rnd(2),y+rnd(2),20,7)
?"impicoble\nroad\n"..s.." ★"..h,40,20,1
end

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

truly marvelous