Action · 2021 · Released
M2tias · September 11, 2021 · Web
Nobody has tracked this yet.
You are a scientist from a far away planet. Your mission is to schlorp as many cows as possible. Arrows to move the ship Z to schlorp cows You need to be on top of the cow to be able to use the Z. Get as many cows as possible before time runs out! Source code: pico-8 cartridge // http://www.pico-8.com version 33 __lua__ px=64py=100pz=0cc=0cs=0cz=0f=0t=999wy=128cw={}c=clip cf=circfill q=band r=rnd for y=0,400do add(cw,{x=r(128),y=-(r(8)+60)*y})end function _draw()cls(3)for y=0,128do srand(-wy+y)pset(r(128),y,11)end for i=1,#cw do co(cw[i].x, cw[i].y+wy-256)end cf(px+3,py+2,7,0)cf(px,py,7,11)c(p...
Be the first to rank it.
Be the first to review Cow UFO 1000.