This is a "demake" loosely based off an old flash game called "Noggins". It's my first playable tweetcart and was a nice challenge for dipping my feet into making tweetcarts :)
Use the arrow keys to resize your box to fit the green box before the red one reaches it
x=0y=0m=200t=1s=.5q=-64b=btn f=flr a=abs r=rect::_::cls() if(t==1)w=f(rnd(64))h=f(rnd(64)) if(t<m and f(a(x))==a(w) and f(a(y))==a(h))t=0 t+=1camera(q,q) if(b(0))x-=s if(b(1))x+=s if(b(2))y-=s if(b(3))y+=s r(-w,-h,w,h,3)r(-x,-y,x,y,7)i=w*(t/m)o=h*(t/m)r(-i,-o,i,o,8)flip()goto _ |
[Please log in to post a comment]