Skip to content

Instantly share code, notes, and snippets.

@BeauNouvelle
Created August 6, 2018 07:00
Show Gist options
  • Save BeauNouvelle/f8ea37ca19c2f31b3ea41f9831ac1aff to your computer and use it in GitHub Desktop.
Save BeauNouvelle/f8ea37ca19c2f31b3ea41f9831ac1aff to your computer and use it in GitHub Desktop.
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