This is a model for collective behavior in animals, e.g. flocks of birds or schools of fish based on simple rules of interaction.
npm install @explorables/flockn_roll[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
[![CC BY 4.0][cc-by-shield]][cc-by]
This is a model for collective behavior in animals, e.g. flocks of birds or schools of fish based on simple rules of interaction.
The explorable is part of the Complexity Explorables Collection. For more information about the system and its behavior consult the explorable
> “Flock'n Roll” - Collective Animal Behavior - Schooling Fish & Flocking Birds
If you just want to run the explorable you can Click here.
If you want to run a local copy without having to rely on the nasty internet, the best way
is to install it via npm:
``shell`
mkdir flockn_roll
cd flockn_roll
npm init -y
npm install @explorables/flockn_roll
npx http-server node_modules/@explorables/flockn_roll/dist/
If you want to embed the explorable in your site, you need to do three things:
1. load the explorable package via
...
...