A simple Game of Life project using SpriteKit and Swift. Feel free to download, run, and contribute to the project.
Icons came from icons8.
Handles the game scene, toolbar, and scroll view.
Displays cells and handles the 'paint to change color' functionality.
Handles the timer and triggers tick events.
Contains the logic that gets run every tick. Changes cells between alive and dead.