The explorable illustrates dynamic pattern formation and spiral waves in a cyclic reaction-diffusion system. In the model three species prey on each other in a cyclic way, A eating B, B eating C, and C eating A.
npm install @explorables/cycledelic[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]
The explorable illustrates dynamic pattern formation and spiral waves in a cyclic reaction-diffusion system. In the model three species prey on each other in a cyclic way, A eating B, B eating C, and C eating A.
The explorable is part of the Complexity Explorables Collection. For more information about the system and its behavior consult the explorable
> “Cycledelic” - The spatial rock-paper-scissors game
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 cycledelic
cd cycledelic
npm init -y
npm install @explorables/cycledelic
npx http-server node_modules/@explorables/cycledelic/dist/
If you want to embed the explorable in your site, you need to do three things:
1. load the explorable package via
...
...