Play game
Shurievade (Game Jam Title)'s itch.io pageHow many characters did you use?
555
Include your code here, if you'd like to show it off!
x=69 y=121 x2=0 y2=16 p="웃" e="✽" t=0 es=4 es2=4 g=1 function _update() if g==1 then if(x>0)then if(btn(0))then x-=2 end end if(x<121)then if(btn(1))then x+=2 end end if(y>0)then if(btn(2))then y-=2 end end if(y<121)then if(btn(3))then y+=2 end end x2+=es y2+=es2 t+=0.01 if x2>=112 then es-=3end if x2<=16 then es+=rnd(2)end if y2>=112 then es2-=3end if y2<=13 then es2+=rnd(2)end end function _draw() cls() print(p,x,y,15) print(e,x2,y2,7) print(e,x2/2,y2*2,7) print(e,x2*2,y2,7) print(t,96,8,4) rect(0,0,127,127,5) if pget(x,y)==7 then g=0 end end end
Leave a comment
Log in with itch.io to leave a comment.
Comments
Terrifying! Fun.