

Guide the two flappy things through the gaps in the walls. Fun x2 (almost) guaranteed! Controls: Left/Right: flap left/right thing. A game in 550 characters of code for TweetTweetJam 5 This game was made for #TweetTweetJam and contains only 550 characters of code, including art. The code is below: _set_fps(60)cls(1)z,r,f,m,h=mid,rectfill,128,64,0::s::x,y,u,v,t,p=m,m,0,0,0,{}for i=1,999do p[i]=32+rnd(m)end::_::for i=1,999do pset(rnd(f),rnd(f),1)end t+=.5w=flr(t/m)h=max(h,w)x-=u y-=v u-=.025v-=.02...

Tap to see all activity →
No reviews for Double Flappy yet
Be the first to write one.