Bullet Hell (TweetTweetJam 7)

Bullet Hell (TweetTweetJam 7) Game Cover

Take your spaceship through the bullet hell. A game in 560 characters of code for TweetTweetJam 7 Controls: Left / Right / Up / Down If you stand in front of the enemy for enough time, it will be destroyed by your (invisible) lasers.PICO-8 Source Code:_set_fps(60)h=0z=120m=mid::s::e={}p={}x=60y=80t=1w=5s=0::_::cls(1)t-=.01b=btn()x+=(b&2)/2-(b&1)y+=(b&8)/8-(b&4)/4x=m(x,z)y=m(y,z) ?s ?h if(t<0)add(e…

  • Web Browser

Similar Games