- Represent a Cell
- default state dead
- Represent a 6 x 6 cell grid
- Represent any size grid (dynamic at runtime)
- Printing the grid to console
- Testing this? (let's pair on this)
- Setting cells alive or dead
- Take input to set cell alive or dead
- re-print the grid
- cycle calculations / updating cells on time tick/ etc.
- to be broken down