Skip to content

A template for getting started creating Playdate games with Swift and PlaydateKit

License

Notifications You must be signed in to change notification settings

finnvoor/PlaydateKitTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlaydateKitTemplate

This is a template package for PlaydateKit.

How to Use

For detailed instructions and documentation on how to get started creating a game using PlaydateKit, see here.

  1. Install a recent nightly Swift toolchain that supports the Embedded experimental feature.
  2. Install the Playdate SDK.
  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.