code
- - Learning C: Conway's Game of Life, Three Times
After reading the rules on Wikipedia, I set out to understand 2D grids. I spent a good hour drawing grids and numbering indices to see how they move across rows and columns. I knew I'd need two nested loops to walk the cells, so I wanted to first understand the foundation of the problem: what the game's world is made of.