Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 925 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 925 Bytes

GameOfLifeSwift

An implementation of Conway's Game of Life in Swift for iOS8.

Details

This app is build with brand new Apple language - Swift and SpriteKit framework.

It's one of the implemetations based on the The Game of Life - cellular automaton devised by the British mathematician John Horton Conway in 1970. You can check out and compare the same game implemented in Objective-C + SpriteKit or Objective-C + Cocos2d.

References