If the number of neighbors is a decimal

For discussion of other cellular automata.
Post Reply
PixelFox
Posts: 2
Joined: March 24th, 2024, 3:10 am

If the number of neighbors is a decimal

Post by PixelFox » April 13th, 2024, 12:24 am

Suppose cells are not born and die instantly, but need to slowly go from 0 to 1 and from 1 to 0.
Moreover, the growth time of cells, cell apoptosis time, and the time interval of each round can also be different.
Therefore, the number of neighbors may not be an integer, but may be a float...

Is this a completely new rule? And every time a parameter is modified, maybe there is a new rule?

https://www.youtube.com/watch?v=HnD_xcYniNk&t=2s

User avatar
unname4798
Posts: 553
Joined: July 15th, 2023, 10:27 am

Re: If the number of neighbors is a decimal

Post by unname4798 » April 13th, 2024, 1:04 am

PixelFox wrote:
April 13th, 2024, 12:24 am
Suppose cells are not born and die instantly, but need to slowly go from 0 to 1 and from 1 to 0.
Moreover, the growth time of cells, cell apoptosis time, and the time interval of each round can also be different.
Therefore, the number of neighbors may not be an integer, but may be a float...

Is this a completely new rule? And every time a parameter is modified, maybe there is a new rule?

https://www.youtube.com/watch?v=HnD_xcYniNk&t=2s
I will call it FloatLife.

PixelFox
Posts: 2
Joined: March 24th, 2024, 3:10 am

Re: If the number of neighbors is a decimal

Post by PixelFox » April 21st, 2024, 9:35 am

Here are free demos for Android and Windows versions 0w0

Android platform free demo:
https://pixelfoxitch.itch.io/game-of-life-time-demo

Windows platform free demo:
https://store.steampowered.com/app/2859370/

Haycat2009
Posts: 806
Joined: April 26th, 2023, 5:47 am
Location: Bahar Junction, Zumaland

Re: If the number of neighbors is a decimal

Post by Haycat2009 » April 25th, 2024, 9:10 am

PixelFox wrote:
April 13th, 2024, 12:24 am
Suppose cells are not born and die instantly, but need to slowly go from 0 to 1 and from 1 to 0.
Moreover, the growth time of cells, cell apoptosis time, and the time interval of each round can also be different.
Therefore, the number of neighbors may not be an integer, but may be a float...

Is this a completely new rule? And every time a parameter is modified, maybe there is a new rule?

https://www.youtube.com/watch?v=HnD_xcYniNk&t=2s
See Generations, the reverse form of it (Growth and maturity?) and NaiveLife.
~ Haycat Durnak, a hard-working editor
Also, support Conway and Friends story mode!
I mean no harm to those who have tested me. But do not take this for granted.

Post Reply