You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is implementation performs cell update by calcualting the number of neighbours for each cell by convolving the current world-state with the "game-of-life-kernel".
World State:
Game of life kernel:
About
Game of life with the "Game of Life" Convolution Kernel. In honor of John Conway, 1937-2020.