

A game in 560 characters of code for TweetTweetJam 4. Avoid the hungry worms and collect as many hearts as you can. Your score is the number of hearts you get. https://www.lexaloffle.com/bbs/?tid=37758 This game was made for #TweetTweetJam and contains only 559 characters of code, including art. The code is below: _set_fps(60)h=0 ::s::s,l,p,t=0,0,{{1,1.9}},0 x,y,c,d=64,32,32,32 ::_::cls()t+=.003 if(l<flr(t))p[l+2]={.2+rnd(1.2),.2+rnd(1.5)}l+=1 for j=1,#p do color(2+j%10)q=p[j] for i=0,.1,.01 do ...

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