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

Lander-458View game page

A luner Lander game made in 458 characters
Submitted by SafetyDad — 6 days, 19 hours before the deadline
Add to collection

Play game

Lander-458's itch.io page

How many characters did you use?
458

Include your code here, if you'd like to show it off!
cls(0)f=136;d=math.random(9,f)h=math.random(4,7)tri(0,f,d,f,d/2,h*8,6)n=d+80;tri(d,f,n,f,d+40,h*4,6)tri(n,f,240,f,n+d,h*7,6)rect(d,0,35,80,0)rect(d+17,78,18,2,13)x=9;y=40;a=0;h=0;b=0;z=0;v=0;q=0;function TIC()pix(x,y,0)if btn(0)then b=-.05 else b=.05 end;v=v+b;y=y+v;if btn(2)then z=-.01 elseif btn(3)then z=.01 else z=0 end;q=q+z;x=x+q;l=10;f=999;if pix(x,y)==6 then rect(l,l,l,l,6)x=f;y=f end;if pix(x,y)==13 then rect(l,l,l,l,11)x=f;y=f end;pix(x,y,15)end

Leave a comment

Log in with itch.io to leave a comment.

Comments

I have no idea how to get this to run.