Celluar automation experiment
  • JavaScript 50.6%
  • Dockerfile 49.4%
Find a file
2023-10-06 02:00:09 +01:00
docs Update index.html 2023-10-06 02:00:09 +01:00
.dockerignore Revert "Restructured to work with Github IO" 2020-03-09 15:22:40 +00:00
.gitignore Revert "Restructured to work with Github IO" 2020-03-09 15:22:40 +00:00
Dockerfile Revert "Restructured to work with Github IO" 2020-03-09 15:22:40 +00:00
index.js Restructured for GitIO again and fixed graph scaling 2020-03-09 15:38:32 +00:00
package-lock.json Revert "Restructured to work with Github IO" 2020-03-09 15:22:40 +00:00
package.json Revert "Restructured to work with Github IO" 2020-03-09 15:22:40 +00:00
README.md Update README.md 2023-10-06 01:55:08 +01:00

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