Shelf Slide
- June 28, 2021
- AndyMakes
Created for #tweettweetjam! It's a Pico-8 game in 555 chars! Controls Push the white boxes into the path of the red balls. Press Z to extend the arm. release to let it come back. When the arm is all the way back it will move up and down automatically. Ctrl-R to restart Source Code a=0g=0h=1s=0w=128b={}o={}::_::for i=0,999do x=rnd(w)y=rnd(w)c=0 if(h<1)c,x,y=pget(x,y),x-1+rnd(2),y-1+rnd(2) pset(x,y,…