Computing the Next State (3)
v The next state for each cell is computed using the
current states of its neighbors.  (You'll get wrong
results if you update a cell and then use the updated
state of that cell when computing the state of its
neighbors.)