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

Turbo Turns (#TweetTweetJam Edition)View game page

A clone of the "Turbo Turns" course from Micro Machines 2, in under 560 chars
Submitted by Paul Nicholas (Liquidream) (@Liquidream) — 2 days, 22 hours before the deadline
Add to collection

Play game

Turbo Turns (#TweetTweetJam Edition)'s itch.io page

How many characters did you use?
559

Include your code here, if you'd like to show it off!
f=3x=19y=880r=280s=0l=1g=999w=64k=circfill
q=rectfill
e=fillp
o=camera
function _update60()e(4383)q(0,0,127,127,1)e()o(x-w,y-w)q(0,0,200,g,9)srand()for i=1,3^7 do
z=rnd(200)u=rnd(g)pset(z,u,4)end
e(4383)q(39,89,160,910,1)e()q(0,865,38,867,7)e()if(f==3)then
if(btn(0))r+=8
if(btn(1))r-=8
if(btn(4))s*=.95
a=flr(r/32)/32
dx=cos(a)dy=sin(a)s=min(s+.02,4)x+=dx*s
y+=dy*s
c=pget(x,y)
if(c==1)f=2.9
if(y<89)v=1
if(v==1 and c==7)l+=1v=0
end
o()
?t().."\n▒:"..l,99,2
k(w-dx,w-dy,f,8)k(w+dx*f,w+dy*f,f)
if(f<3)f-=.1
if(f<0)f=3 x-=dx*s*8 y-=dy*s*8s=0
if(l>3)stop()
end

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

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

Developer

Wonderful and most appreciated, as always, Jupi! 🙏❤