/2D-Boids-Unity

2D Boids AI project in Unity from the showcase on YouTube. Boids is a simple AI flocking algorithm to simulate what is similar to a flock of birds.

Primary LanguageC#MIT LicenseMIT

2D Boids in Unity

@author Erencan Pelin 2021

Complete 2D Boids project in Unity from the showcase on YouTube

Feel free to use this project in any way you want or to adapt it in any way with the MIT license.

Info Boids is a simple AI flocking algorithm to simulate what is similar to a flock of birds. Each individual boid follows 3 laws: Avoidance, Seperation & Alignment.
Each boid therefore acts on its own, yet they cooperate in a group. BEHOLD! true AI... kind of.. Enjoy the project! :D

Changelog

In order of latest changes & using semantic versioning.

[0.0.1]

Added

  • True AI