In Conway's Game of Life, each cell has 8 neighbors, but what if they had 4 on each side? Then you get "Static Life" which I've named. https://ncase.me/sim/?lz=N4IgtgpgLghiBc ... mlAUUAglQA
This long URL links to the simulation, but is there a way to make the simulation on bigger boards? I don't know how to.
Also I've made some search in this simulation and made a whole word document, how can I post it?
Static Life
- SomeRandomGuy15
- Posts: 24
- Joined: August 13th, 2026, 2:42 am
- Location: Somewhere in the universe,
- H. H. P. M. P. Cole
- Posts: 481
- Joined: July 15th, 2023, 9:36 pm
Re: Static Life
Welcome to the forums!SomeRandomGuy15 wrote: August 21st, 2026, 2:47 am In Conway's Game of Life, each cell has 8 neighbors, but what if they had 4 on each side? Then you get "Static Life" which I've named. https://ncase.me/sim/?lz=N4IgtgpgLghiBc ... mlAUUAglQA
This long URL links to the simulation, but is there a way to make the simulation on bigger boards? I don't know how to.
Also I've made some search in this simulation and made a whole word document, how can I post it?
This rule is called B3/S23V (where V stands for Von Neumann neighbourhood):
Code: Select all
x = 1, y = 1, rule = B3/S23V
!
[[ RANDOMIZE ]]
- I6_I6
- Posts: 999
- Joined: July 26th, 2025, 8:44 pm
- Location: Here, there, somewhere, anywhere, everywhere.
- Contact:
Re: Static Life
Hold up. Wait a minute. Are you Nicky Case???SomeRandomGuy15 wrote: August 21st, 2026, 2:47 am In Conway's Game of Life, each cell has 8 neighbors, but what if they had 4 on each side? Then you get "Static Life" which I've named. https://ncase.me/sim/?lz=N4IgtgpgLghiBc ... mlAUUAglQA
This long URL links to the simulation, but is there a way to make the simulation on bigger boards? I don't know how to.
Also I've made some search in this simulation and made a whole word document, how can I post it?
Code: Select all
#C [[ THEME Golly ]]
x = 27, y = 15, rule = LifeHistory
8.A$A6.A.A$3A4.BA2B.B2D$3.A4.2B.2B2DB$2.2A2.3B.6B2.3B$2.20B$4.19B$4.2B
C10BD4B$4.2B2C10BD4B$4.B2C11B2D3B$4.13B2D4B$5.12BD3B.B2A$6.13B3.BA.A$
6.3B.B3.B10.A$25.2A!
- SomeRandomGuy15
- Posts: 24
- Joined: August 13th, 2026, 2:42 am
- Location: Somewhere in the universe,
Re: Static Life
Uh, No? I'm just some random guy (literally) using her website.
- I6_I6
- Posts: 999
- Joined: July 26th, 2025, 8:44 pm
- Location: Here, there, somewhere, anywhere, everywhere.
- Contact:
Re: Static Life
Nvm then! I thought you coded that website or somethingSomeRandomGuy15 wrote: August 30th, 2026, 4:21 am Uh, No? I'm just some random guy (literally) using her website.
Code: Select all
#C [[ THEME Golly ]]
x = 27, y = 15, rule = LifeHistory
8.A$A6.A.A$3A4.BA2B.B2D$3.A4.2B.2B2DB$2.2A2.3B.6B2.3B$2.20B$4.19B$4.2B
C10BD4B$4.2B2C10BD4B$4.B2C11B2D3B$4.13B2D4B$5.12BD3B.B2A$6.13B3.BA.A$
6.3B.B3.B10.A$25.2A!