This is a python pygame implementation of the boids algorithm which simulates flocking behavior and emergent group dynamics. With three simple rules and only the ability to see local neighbors, the ...