Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.13 KB

daBlob

GitHub stars GitHub issues GitHub license

Simulation of Physarum polycephalum - a type of slime mold, using cellular automata.

Physarum polycephalum

Prerequisites

Before using this project, make sure you have the following dependencies installed on your system:

Installation & Running

git clone https://github.com/acmpesuecc/dablob.git
cd dablob
npm i
npm run dev

License

This project is licensed under the MIT License.

Acknowledgments

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.