Skip to content

Simulates flocking behavior using the Boids algorithm. Includes features for cohesion, alignment, and separation, with customizable parameters.

Notifications You must be signed in to change notification settings

grooleivsgard/boids-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boids-simulation

This repository contains Python code to simulate flocking behavior using the Boids algorithm. It includes features for cohesion, alignment, and separation, allowing you to explore how boids interact in a flocking environment.

Features

  • Cohesion: Boids move towards the average position of their local flockmates.
  • Alignment: Boids align their direction with the average direction of their local flockmates.
  • Separation: Boids avoid crowding their local flockmates.

Requirements

  • Python 3.x
  • Pygame

About

Simulates flocking behavior using the Boids algorithm. Includes features for cohesion, alignment, and separation, with customizable parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages