Skip to main content

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

cars badView game page

tweetweetjam 4 submission
Submitted by soxinthebox — 16 hours, 5 minutes before the deadline
Add to collection

Play game

cars bad's itch.io page

How many characters of code did you use?
542

Include your code here, if you'd like to show it off!
_set_fps(60)h=0 x,p,q,v,c=45,10,-1,6,50 d=c s=1 z=0.1 f=true r=0 ::_::cls() for i=0,25 do rect(64,x+5*i,64,(x)+5*i,7)end line(0,127,50,50,7) line(127,127,77,50,7) rectfill(0,0,127,50,12) print("cars bad",47,9,rnd(15)) rectfill(c+25*z,d+70*z,(c+5),(d+9),v) if(btn(0)and p>2)p-=2 if(btn(1)and p<120)p+=2 if(x<60)x+=1else x=45 if(d<120)then d+=s z-=1/70 if(c>64) c+=r else c-=r else b=pget(p,125) if(b!=0) f=false d=50 c=d+rnd(25) s+=0.1 z=0.1 v=rnd(15)+1 q+=1 r=rnd(4)/7 end print("웃",p,120,8) if(f)flip()goto _ else print("gg:"..q,55,18,8)

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet