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

He Get UpView game page

An infinite auto-jumper
Submitted by jo560hs — 5 days, 16 hours before the deadline
Add to collection

Play game

He Get Up's itch.io page

How many characters of code did you use?
556

Include your code here, if you'd like to show it off!
cls(0)t,x,y,dy,d,s,r=0,60,60,0,0,{},rectfill
function mp(x_,y_)p={_x=x_,_y=y_}add(s,p)end
function u(p)
if(dy>0and p._y>y+14and p._y<y+18and x<p._x+9and x>p._x-7)dy=-4print("\ace")
r(p._x,p._y-d,p._x+8,p._y+2-d,13)end
mp(60,90)::z::
if(t%12==1)mp(rnd(104)+8,90-t/1.5)
for i=0,8191do poke(rnd(8191)+24576,17)end
foreach(s,u)r(0,0,8,127,13)r(120,0,127,127,13)
if(btn(⬅️))x-=2
if(btn(➡️))x+=2
t+=1x=max(x,9)x=min(x,113)d=flr(min(y-20,d))dy+=0.25y+=dy
?"🐱\n█\n||",x,y-d,10
?d*-1,64-(#tostr(d)),1,7
if y-d>127then
?"you dieded",0,60,0
flip()stop()end flip()goto z

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet