Rick's Game of Amoeba
Rick's Game of Amoeba is a Cellular Automaton based on Game of Life. It emulates Amoebas growing and devouring each other.
Source code: github.com/rinick/game-of-amoeba
Open the full web app to access more features( Save / Load / Edit ):
Cell Types
Type | Rules |
---|---|
/ Plasm | Slowly grows, constrained by membrane cells and utilized by core cells. |
| |
/ Membrane | Quickly grows around plasm cell. |
| |
/ Core | Core part of the amoeba, can not live without plasm. |
| |
Virus | Infects all amoeba cells. |
| |
Wall | Just wall. |
There is no rule to convert any cell to wall or convert wall cell to anything else. But other rules are modified when there are walls around. These rules are mainly designed to improve circuit emulation. For example: Plasm cell wont grow when there is wall cell but no core cell neighbor. |
Idea and new samples
Please submit your idea or sample stage (as webp file) at github.com/rinick/game-of-amoeba/issues
Also these rules are not finalized yet, samples that relies on these cases might be broken in the future:
- rules that involve both walls and membrane cells
- rules that involve walls and both color of amoeba cells