ca_art icon indicating copy to clipboard operation
ca_art copied to clipboard

A version of Game of Life with color mutations

Open makingthematrix opened this issue 7 years ago • 0 comments

Copy the Game of Life example, add the color field, by default set to black, and change the rules:

  1. If C' becomes alive according to original rules (but not when it stays alive), there is a small probabilistic chance that the color field will change to another (random) one.
  2. If C' becomes alive, there is no mutation as explained above, and the three neigbour cells are of different colors, the color of C' is chosen randomly from among these two or three. 2a. A variation to the second rule: the color of C' will be the mix of the "parents".

makingthematrix avatar Oct 30 '18 23:10 makingthematrix