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

Road ThirstView game page

Pick enough gas on the road to drive, but not too much or your tank will explode.
Submitted by ElGregos (@GregosEl) — 11 hours, 44 minutes before the deadline
Add to collection

Play game

Road Thirst's itch.io page

How many characters did you use?
557

Include your code here, if you'd like to show it off!
srand(3)d=.1t=0l=.5g=0r=rectfill
h={}for n=0,999 do
add(h,flr(rnd()+.1)*2)end
function _update60()
cls(14)x=64w=0k=20
for n=0,1,1/95 do
j=flr(k+t)y=n*96+32
r(0,y,127,y,13)for m=0,1 do
r(x-w+w*m,y,x+w*m,y,h[j%(#h/2)*2+m+1])end
if(j%2>0)r(x-w*.03,y,x+w*.03,y,12)
w+=1
x+=l
k*=.96
end
if(pget(64,95)==2 and not q)g+=1
w=t%1<.5 and"m"or"w"
?"-/++\\-\n"..w.."=▤="..w,53,90,7
r(7,117,121,121,2)i=7
if(g<47 or g>99)i=8
if(q)i=g%2+7
r(7,117,g,121,i)
?"km "..flr(t)/100,7,111,7
q=q or g>121
g=mid(7,g-.1,121)
t+=.008*min(g-7,40)
if(btnp()>0)d=-d
l=mid(-.5,l+d,.5)end

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

Really lovely car! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)

Submitted(+1)

I would LOVE to see the un-obfuscaded code for this. I've been meaning to make a game like this (psudo 3-D racing) for a while and this looks fantastic

DeveloperSubmitted

Sorry, I've not obfuscated it but coded this way :)