You found a .txt file on your hard drive while clearing space. Its timestamp says it was put there last week, but everything else in its local neighbourhood of /Desktop/old stuff/apps/New Folder hasn't been touched in years. Its contents are as follows:

TO WHOEVER THIS REACHES
Your forebearers called them many different things. Utsi. Pla Mawr. Wan Gui Hong. In your time, these names have blissfully slipped from memory. Not for much longer.

In preparation for their return, we have provided to you a compact training program for the popular "PICO-EIGHT" computer, to hone your skills in combat. Use your "Arrow Keys" to move your weapon, and "Z" to strike. Eliminate all 128, and do not let any of them reach the other side of the viewport. Turn back the simulation with "Enter" until you may achieve this with consistency. Then, press "X" however many times you wish for a greater challenge.

Below is this program's source code. Spread it to your friends and loved ones. You must all be prepared for when PESTILENCE returns.

l={} x,y,s,p,z,b,d=63,63,0,0,rectfill,128,.4 for i=1,b do o={} o.x,o.y,o.q,o.w,o.t=-i*3,0,0,0,'.' add(l,o) end::_::cls()fillp(-1286)z(0,0,b,b,60)for i in all(l)do
if(i.t==".")i.x+=i.q i.y+=i.w i.w+=.5
if(i.y>b) i.w=-rnd(11) i.q=rnd(d)
if(i.t=="."and abs(i.x-x)+abs(i.y-y)<(s-1)*5)i.t="★"i.x-=2i.y+=2p+=1print("\as7x3c",1,1)
?i.t,i.x-1,i.y-5,6
end i=btn()&15y+=4*(i\8-(i&4)/4)x+=((i&2)/2-(i&1))*4x=min(x,b)
if(btnp(4)and s<1)s=3print("\av2i6x5f",1,1)
if(btnp(5))d+=.2
if(s>0)s-=.5
z(x+s-7,y+s-7,x-s+7,y-s+7,130)z(x-1,y-s+8,x+1,y+s+20,33)
?p,61,3
flip()goto _

Comments

Log in with itch.io to leave a comment.

epic