simonewebdesign / swift-game-of-life

The Game of Life in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Game of Life

An implementation of Conway's Game of Life, written in Swift.

The logic that lives in Life.swift is actually broken and untested, and the ViewController is suboptimal (it would be nice to use SpriteKit instead of UIKit but whatever). In any case, feel free to check it out. Just clone this repo and fire it up on XCode. It should build successfully on iPhone XR.

By the way, feel free to check out some of my other implementations as well:

About

The Game of Life in Swift

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Swift 100.0%