Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 509 Bytes

Boids

Boids is an artificial life program, developed by Craig Reynolds in 1986, which simulates the flocking behavior of birds. The traditional rules applied to simulate the flocking behavior are as follows:

  • Alignment
  • Cohesion
  • Separation

More complex rules can also be added, such as obstacle avoidance and goal seeking.

Resources

License

This project is licensed under the MIT License, see LICENSE for more information.