Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/game-of-life-playdate
https://github.com/kkebo/game-of-life-playdate
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkebo/game-of-life-playdate
- Owner: kkebo
- License: mit
- Created: 2024-04-07T07:54:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T10:33:16.000Z (5 months ago)
- Last Synced: 2024-06-10T12:11:01.347Z (5 months ago)
- Language: Swift
- Size: 295 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# game-of-life-playdate
This is [the Game of Life](https://github.com/kkebo/GameOfLife.swiftpm) for Playdate.
![screenshot](screenshot.png)
## Build requirements
- macOS 14 or later
- Xcode 15.3 or later## Get Started
1. Install Swift 6.0 toolchain
1. Clone this repository
1. Run `TOOLCHAINS= make` on the terminal
- To determine the toolchain identifier, please see [here](https://apple.github.io/swift-playdate-examples/documentation/playdate/buildingtheexamples#Determining-the-Toolchain-Identifier).
1. Open `GameOfLife.pdx` with the Playdate Simulator app