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
A game that simulates the evolution of cells on a grid. The user inputs the size and number of iterations. The cells' state is updated based on their alive neighbors. The updated state is printed at each iteration.