Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/gameoflife.swiftpm
https://github.com/kkebo/gameoflife.swiftpm
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkebo/gameoflife.swiftpm
- Owner: kkebo
- License: mit
- Created: 2022-10-10T18:01:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T00:11:51.000Z (2 months ago)
- Last Synced: 2024-09-07T06:53:32.201Z (2 months ago)
- Language: Swift
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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