A tool for draining your Playdate's battery.
Download the latest release or build the project locally. Then refer to the official Panic documentation about sideloading games.
If using VS Code, there are 3 tasks configured in tasks.json:
buildPdx
: builds the PDX from thesrc
folder.runSimulator
: runs the built PDX in the Playdate Simulator.buildRunSimulator
: runsbuildPdx
thenrunSimulator
.
Otherwise, see the official Panic documentation on compiling and running a Playdate project.