i am trying to recreate this p5.js snippet in love2d: https://editor.p5js.org/codingtrain/sketches/ry4XZ8OkN
My code seems to work fine, but when setting the variables to match the p5.js code, i get different behavior,
I think I have a bug somewhere in the Boid:cohesion method or my use of vectors is flawed(I am very bad at this).
Here is my file and thank you for taking the time to read this and helping me
