Patterns break at the grid border
Patterns that move to the edge will often behave differently than expected because when counting the alive neighbours at the border every cell that is out of the grid is treated as dead.
Is there a way to fix this issue without a grid that grows with the patterns?
Or is the best way to fix a grid that auto grows?
Patterns break at the grid border
Patterns that move to the edge will often behave differently than expected because when counting the alive neighbours at the border every cell that is out of the grid is treated as dead.
Is there a way to fix this issue without a grid that grows with the patterns?
Or is the best way to fix a grid that auto grows?