Strategy · 2020 · Released
luthwyhn · November 7, 2020 · Web
Nobody has tracked this yet.
This is Target Practice, my entry for TweetTweetJam 5 Its a 1-player artillery game for Pico-8 inspired by classics like Scorched Earth and GORILLA.BAS. I hope you enjoy it! Left/Right to aim Up/Down in increase/decrease shot distance X to fire (Reset with ctrl+r to play again) Try to hit the target! Code: w=circfill f=flip z=line v=rnd e=btnp cls(1) y=76p=32b=1k=200for x=0,k do y=mid(9,y+v(8)-4,99)z(x,y,x,128,3) if(x==9)g=y-3 if(x==99)h=y end x=0y=0j=k l=v(8)-4::_::w(9,g+2,2,9) w(99,h-3,3,8) if(j 1)goto a w(i,j,6,1)j=k goto _
Be the first to rank it.
Be the first to review Target Practice (itch) (luthwyhn).