An open API service indexing awesome lists of open source software.

https://github.com/erencanpelin/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.
https://github.com/erencanpelin/2d-boids-unity

simulation unity

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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