Simulation of Physarum polycephalum - a type of slime mold, using cellular automata.
Before using this project, make sure you have the following dependencies installed on your system:
- Node.js
>=18.0
git clone https://github.com/acmpesuecc/dablob.git
cd dablob
npm i
npm run dev
This project is licensed under the MIT License.
This project is based on a 2010 research paper "Towards a Physarum Learning Chip" by Jeff Jones.
This project is inspired from Sage Jenson's physarum project.