Imaginary cellular automaton
Posted: October 17th, 2021, 2:46 am
The idea is this:
each cell has a real number as a value. default is zero.
Each generation:
If a cell's value is greater than zero, it will add the values of all of it's neighbors together and subtract that from it's value.
If a cell's value is zero or lower, it will add the values of all of it's neighbors together and add that to it's value. (might cause the world to be explosive, I'm trying to find a way to solve it)
can somebody make a program for this to see if it is lifelike or not?
each cell has a real number as a value. default is zero.
Each generation:
If a cell's value is greater than zero, it will add the values of all of it's neighbors together and subtract that from it's value.
If a cell's value is zero or lower, it will add the values of all of it's neighbors together and add that to it's value. (might cause the world to be explosive, I'm trying to find a way to solve it)
can somebody make a program for this to see if it is lifelike or not?