Skip to main content

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

TweetTweetJam2 jumperView game page

Jump in 560 characters
Submitted by Ian-destroyer — 1 hour, 27 minutes before the deadline
Add to collection

Play cart

TweetTweetJam2 jumper's itch.io page

How many characters did you use?
560

Include your code here, if you'd like to show it off!
x=60y=64v=-3l=-10h=0p={}t=0g=0z=1q=band
for i=0,8 do add(p,{rnd(124),i*16}) end
::_::b=btn()cls(12+g)x+=q(b,2)x-=q(b,1)*2t=(t%30)+1
v+=1/8if(t%5==0)y+=z h+=z
for i in all(p)do
if(i[2]>128)del(p,i)
if(t%5==0)i[2]+=z
i[2]=flr(i[2])line(i[1],i[2],i[1]+4,i[2])if sqrt((x+2-i[1])^2+(y+2-i[2])^2)<4or sqrt((x-2-i[1])^2+(y+2-i[2])^2)<4 then v=-4 end end
if(h-l>31)add(p,{rnd(124),0})l=h
v=min(v,2)
if(y<0)goto l
?"웃",x,y,10
?h,60,0,1
y+=v
if y>124then
if g>0then v=-3g=0 else goto l end end
if(h%100*z==99*z)z+=1h+=1
if(h%200==99)g=1
flip()goto _::l::
?h
flip()goto l

Leave a comment

Log in with itch.io to leave a comment.

Comments

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