Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 291 Bytes

File metadata and controls

10 lines (7 loc) · 291 Bytes

Boids

This is my attempt at making boids based on the wikipedia article https://en.wikipedia.org/wiki/Boids

My version of boids just follow 3 rules:

  • Cohesion
  • Separation
  • Alignment

There is a poor quality video of the working project in the folder. Install pygame before running it