Chaining spring connected particles. Similar to CodingTrain Challenge 160 example code, except instead of spring objects it uses an array of particles and then applies a spring force between index neighbors. Looked into making a recursive set up, but since the forces are being applied at the world level it is less useful than with the pendulum.