Created
August 6, 2018 07:00
-
-
Save BeauNouvelle/f8ea37ca19c2f31b3ea41f9831ac1aff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case 3 where cell.state == .dead: | |
let liveCell = Cell(x: cell.x, y: cell.y, state: .alive) | |
updatedCells.append(liveCell) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment