Particle system, that births 500 Things, which then travel on random trajectories around the canvas. Direction is changed on hitting an edge, and paths are made more natural (less straight) by the addition of Perlin Noise to the movement vector. Code for each object is contained in separate js files. Prototype for Pond Life project and autonomous agents experiments. Sep18.