Celluar automation experiment
- JavaScript 50.6%
- Dockerfile 49.4%
| docs | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Fungi Cells Javascript Simulation
The aim of this project is to simulate plant mould/fungi cells growing and searching for food in a 2d environment. It is managed as a procedural cell simulation made of a 2d array, with each "cell" having a type, value, and applied rules. The javascript simulation runs in-browser with jQuery, served with a Node.JS Express server.
View the demo here
Author
Vera Durkin (dodo721)
Project structure
Node server files:
- index.js
Browser app files:
- index.html
- jQuery.js
- fungi.js <-- The simulation code itself