Single white blob object demonstrating target seeking, based on Craig Reynolds' classic steering formula (steering = desired-velocity). Based on the example in Dan Shiffman's Processing book, The Nature of Code and adapted here for p5.js. Uses vectors and an Euler integration physics engine. Prototype experiment towards a fully functional flocking simulation. Nov16.