Skip to main content

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

Jumping is easyView game page

#TweetTweetJam
Submitted by SkyBerron (@SkyBerron) — 50 seconds before the deadline
Add to collection

Play game

Jumping is easy's itch.io page

How many characters of code did you use?
559

If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
c,x,l,n,m,w=0,0,25,100,127,15
f,r,s,z=rectfill,rnd,sin,mid
::s::c=max(c,x)
t,x,y,v,k,ps=0,0,0,0,.01,{}
for i=1,n do
ps[i]={j=i%2,x=i*l-20,y=64,a=30,p=(.5*i)%1,w=1+r()+i/n}
end
::_::cls()f(0,n,m,m,12)
if(btn(1))x+=1
t+=k
v=min(4,v+.3)
y+=v
if(y>m)goto s
for i=1,n do
p=ps[i]
j,a,b,d=p.j,p.a,p.y,p.x-x
h=b+a*s(p.p+p.w*t)
if j>0 then
f(d-w,h,d+w,h+4,10)
if z(d-w-4,w,d+w-2)==w and z(h,y,h+7)==y then
v,y=min(v,2),h-1
if(btnp(4))v=-4
end
else
?"\\🐱/",d-6,h,4
if(z(d-12,w,d+8)==w and z(h,y,h+6)==y)goto s
end
end
?"s:"..x.." h:"..c,0,0,6
?"웃",w,y-5,15
flip()goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet