Skip to content

piedg/Boids-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3YeD3xX33e

Disclaimer

Boids is an artificial life program, developed by Craig Reynolds in 1986, simulating birds' flocking behavior and related group motion.

Features

This simulation uses steering behaviours to control agent movement. It currently implements the three core Boids behaviours from Reynolds' model, with support for adding and customizing new behaviours.

Cohesion: Agents steer toward the average position of nearby agents.

Separation: Agents avoid crowding by steering away from close neighbors.

Alignment: Agents adjust their velocity to match the direction and speed of nearby agents.

Try it on itch.io

Link: https://hcyan.itch.io/boids-ai-simulation

About

Boids Simulation currently implements the three core behaviours, made in Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages