

You shall not pass through the tunnel A game in 560 characters of code for TweetTweetJam 4 How far will you go through the tunnel before crashing? https://www.lexaloffle.com/bbs/?tid=37758 This game was made for #TweetTweetJam and contains only 560 characters of code, including art. The code is below: _set_fps(60)h=0::s::p,t,m,n,l,x,y,w={},-3,64,128,60,0,0,btn for i=1,n do p[i]=1+rnd()+i/n end::_::cls()t+=.01 if(w(0))x+=2 if(w(1))x-=2 if(w(2))y+=2 if(w(3))y-=2 x,y,s=mid(-l,x,l),mid(-l,y,l),flr(t...

Tap to see all activity →
No reviews for You shall not pass through the tunnel yet
Be the first to write one.