Skip to content

nimeshaTJ/Boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids

Boids is an artificial life program, developed by Craig Reynolds in 1986, which simulates the flocking behaviour of birds or a school of fish.

Instructions

Setup

Clone project and install requirements:

$ git clone https://github.com/nimeshaTJ/Boids.git
$ cd Boids
$ pip install -r requirements.txt

Version History

08/Sep/2021 - Initial implementation of Boids rules

12/Sep/2021 - Added fish sprites, improved pathfinding near walls, option to follow mouse pointer

23/Oct/2021 - Obstacle avoidance

07/Nov/2021 - Checks for barriers between boids(slower)

About

Simulation of flocking birds/ school of fish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages