Skip to main content

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

Super Dodge - TweetTweetJam EntryView game page

Tiny dodging game for TweetTweetJam
Submitted by eggnog (@platformalist) — 3 days, 21 hours before the deadline

Play game

Super Dodge - TweetTweetJam Entry's itch.io page

How many characters did you use?
548

Include your code here, if you'd like to show it off!
cartdata("ttj3_egg2") ::z:: b,s,p,hi,t,x,y,xl,c={},2,0,dget(1),0,63,120,3,circfill function bx() return ceil(rnd(4.9))*21 end for i=0,5 do add(b,{x=bx(),y=i*21-42,c=8}) end ::_:: t+=1 if t>120 then t=0 if(s<5)s+=1 end cls(3) rectfill(11,0,114,128,6) if(btnp(0)and xl>1)xl-=1 if(btnp(1)and xl<5)xl+=1 x=xl*21 for v in all(b)do if v.y<130 then v.y+=s else v.x,v.y,v.c=bx(),0,8 p+=1 if(rnd(10)>8)v.c=9 end c(v.x,v.y,3,v.c) end if pget(x,y)==8 then if(p>hi)dset(1,p) goto z end if(pget(x,y)==9)p+=1*s c(x,y,3,3) ?p,114,3,0 ?"hi: "..hi,3,3 flip() goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Love it!  Better than I was gonna do!