Skip to content

nanothread/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways-Game-of-Life

A simple Game of Life project using SpriteKit and Swift. Feel free to download, run, and contribute to the project.

Icons came from icons8.

Overview

GameViewController

Handles the game scene, toolbar, and scroll view.

GameScene

Displays cells and handles the 'paint to change color' functionality.

GameController

Handles the timer and triggers tick events.

GameModel

Contains the logic that gets run every tick. Changes cells between alive and dead.

About

A simple Game of Life project using SpriteKit and Swift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages