Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finnvoor/playdatekittemplate
A template for getting started creating Playdate games with Swift and PlaydateKit
https://github.com/finnvoor/playdatekittemplate
game-development playdate playdate-sdk swift
Last synced: 2 months ago
JSON representation
A template for getting started creating Playdate games with Swift and PlaydateKit
- Host: GitHub
- URL: https://github.com/finnvoor/playdatekittemplate
- Owner: finnvoor
- License: cc0-1.0
- Created: 2024-03-20T20:15:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T21:22:36.000Z (2 months ago)
- Last Synced: 2024-11-23T22:22:34.551Z (2 months ago)
- Topics: game-development, playdate, playdate-sdk, swift
- Language: Swift
- Homepage: https://finnvoor.github.io/PlaydateKit/documentation/playdatekit
- Size: 28.3 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlaydateKitTemplate
This is a template package for [PlaydateKit](https://github.com/finnvoor/PlaydateKit).
## How to Use
For detailed instructions and documentation on how to get started creating a game using PlaydateKit, see [here](https://finnvoor.github.io/PlaydateKit/documentation/playdatekit/).1. Install a recent nightly [Swift](https://www.swift.org/download/#snapshots) toolchain that supports the Embedded experimental feature.
2. Install the [Playdate SDK](https://play.date/dev/).
3. Create a new repository using this template.
4. Build and run directly in the simulator using Xcode, or build using the command `swift package pdc`. When built using `swift package`, the built `pdx` game file will be located at `.build/plugins/PDCPlugin/outputs/PlaydateKitTemplate.pdx` and can be opened in the Playdate simulator.