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
[x] Build a data structure to store the board state
[x] “Pretty-print” the board to the terminal
[x] Given a starting board state, calculate the next one
[x] Run the game forever
[x] Load from a file
[ ] Add test
[ ] Change the rules of Life