This is a template package for PlaydateKit.
For detailed instructions and documentation on how to get started creating a game using PlaydateKit, see here.
- Install a recent nightly Swift toolchain that supports the Embedded experimental feature.
- Install the Playdate SDK.
- Create a new repository using this template.
- Build and run directly in the simulator using Xcode, or build using the command
swift package pdc
. When built usingswift package
, the builtpdx
game file will be located at.build/plugins/PDCPlugin/outputs/PlaydateKitTemplate.pdx
and can be opened in the Playdate simulator.