This project, “FL30CK”, consists of 30 unique pieces, all generated from the same code but each with its own distinct characteristics. I started by building a physics framework in JavaScript for ‘Boids,’ which are models that simulate the flocking behavior of birds. Each piece begins with a bird name, like ‘pigeon,’ which is converted into a unique seed value using a hashing algorithm. This seed value influences various factors such as the number of boids, their acceleration, size distribution, and the strength of their attractions and repulsions, giving each piece a unique vibe.