A playdate game made for fun!
Check out releases page if you want to access latest working build.
.vscodehas the Visual Studio Code tasks:- Playdate Build: Ctrl+Shift+B to run (default build task)
- Zip for Sideload: Zip build pdx folder to sideload and test in console (Linux only)
- Clean: Remove dir target and zip file
/sourceis where the source code resides/font: bitmap font folder/images: images for in-game use
/supportis for external files (i.e. PSD, KRA), only folder should be present
- Download Playdate SDK and install
- Windows:
pdc -sdkpath C:\Users\Carmon\Documents\PlaydateSDK source\ Build.pdx - Ubuntu:
pdc -sdkpath /opt/PlaydateSDK/ source/ Build.pdx - Everyone:
pdc -sdkpath [SDK_PATH] [SOURCE_DIR_PATH] [TARGET_DIR].pdx
This creates the Build.pdx dir that contains the resulting compiled playdate game.
- Use
Build.pdxdir onPlaydate Simulatorprogram (installed with SDK) - Use zip on Playdate Sideload site