Deploying your game to your Playdate
Installing your game’s .pdx file onto your Playdate
- What .pdx file? If you’re using the SDK, you probably know where your game’s .pdx file is. If you’re using Pulp, click on the
Download PDX
button on the left side of the Pulp UI. - Attach your Playdate to your computer via USB cable.
- Now put your Playdate into Data Disk mode in one of two ways:
- The easy way: launch
Settings
on your Playdate. ChooseSystem → Reboot to Data Disk
. - The quick way: hold down your Playdate’s Lock button, Menu button, and d-pad LEFT for a few seconds.
- The easy way: launch
- After your Playdate’s disk mounts onto your computer, open it.
- Find the
Games/
folder. Drag your .pdx file into it. - Take your Playdate out of Data Disk mode by ejecting the Playdate disk on your PC, or pressing the A or B button on your Playdate.
- Your game should now be listed in the Launcher and be ready to run! (If you can’t find it, try looking in the
Sideloaded
folder.)
If you’re using the Playdate SDK’s Simulator
…it’s even easier.
- Attach your Playdate to your computer via USB cable.
- Launch the SDK Simulator.
- Look for the Simulator app’s
Device
pull-down menu. (If you don’t see it, make sure your Playdate is powered-up and unlocked.) - Choose
Device → Upload Game to Device
from the app’s pull-down menus. - After a few seconds, your game should run automatically on your Playdate.