This was a weekend project for me to learn how to use PyGame, and play around with something I've wanted to try for a while - Boid's algorithm. For those unfamiliar with it, Boid's algorithm is an ...
The Boids model is used for simulating the flocking behavior of birds and the name comes from the abbreviation of "bird-oid object" which refers to a bird-like object. The model uses three simple ...