Boids in C#, XNA

This post will discuss an implementation of the Boids algorithm, originally developed by Craig Reynolds in 1986. Its’ purpose is to mimic the flocking behaviour of a swarm of birds and as we can see when running this sample, it does a pretty good job at that. The algorithm is based on three rather simple