Skip to content

arnav-t/js-boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

JS Boids

2D simulation of boids in JavaScript

boids
Boids display "natural" movement emerging from a few simple rules. The movement of Boids can be characterized as either chaotic (splitting groups and wild behaviour) or orderly. Unexpected behaviours, such as splitting flocks and reuniting after avoiding obstacles, can be considered emergent.
This demo is written in JavaScript.

Usage

Click anywhere on the screen to create a Boid.