Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkebo/gameoflife.swiftpm


https://github.com/kkebo/gameoflife.swiftpm

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Game of Life

[![Swift](https://img.shields.io/badge/Swift-5.10-orange.svg)](https://www.swift.org)
[![Swift Playgrounds](https://img.shields.io/badge/Swift%20Playgrounds-4.5-orange.svg)](https://itunes.apple.com/jp/app/swift-playgrounds/id908519492)
![Platform](https://img.shields.io/badge/platform-ipados%20%7C%20ios-lightgrey.svg)
[![License](https://img.shields.io/github/license/kkebo/GameOfLife.swiftpm.svg)](LICENSE.txt)

This is [the Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) implemented in Swift.

## Target platforms

- iPadOS 16.1 or later
- iOS 16.1 or later

## Build requirements

- Swift Playgrounds 4.5 or later (iPadOS 16.1 or later)

## Get Started

1. Clone this repository
- To clone, I recommend using [Working Copy](https://workingcopyapp.com) or [a-Shell](https://holzschu.github.io/a-Shell_iOS/) (`lg2` command).
1. Open DevToys.swiftpm with Swift Playgrounds
1. Run