https://github.com/scriptraccoon/cell-simulation
A simulation of cells in many phases
https://github.com/scriptraccoon/cell-simulation
Last synced: over 1 year ago
JSON representation
A simulation of cells in many phases
- Host: GitHub
- URL: https://github.com/scriptraccoon/cell-simulation
- Owner: ScriptRaccoon
- License: mit
- Created: 2021-02-08T02:08:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T00:02:35.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:49:51.562Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://cell-simulation.netlify.app/
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cell Simulation
Demo: https://cell-simulation.netlify.app/
This is a simulation of cells who are looking for food. They are attracted to this food and move smoothly towards it using a steering and a swimming motion, almost like fish. The parameters of this motion are randomized.
Once the food is eaten by a cell, the cell grows and becomes slower, a new cell is born at that point, and new food appears elsewhere.

This is just the first phase of the simulation. As the number of cells grows, other phases start, in which various types of cells are introduced, some of which are friends and some of which are opponents.
You can use the menu to check out the numbers of each type of cell and to see their development over time.