Skip to content

microtechno9000/pythonBoids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids in Python

An example project, creating Boids in Python using The Python Arcade Library entities.

Boids are a way to represent a complex system using a set of simple rules. This project uses the following basic rules.

Alignment: steer towards the average heading of local flockmates

Seperation: steer to avoid crowding local flockmates

Cohesion: steer to move towards the average position (center of mass) of local flockmates

boids.png

Setup

  1. Install the required packages

pip3 install -r requirements.txt

  1. Run main

python3 main.py

About

Boids in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages