A game for Playdate by Colin Gourlay
This was a code-along with SquidGodDev's video tutorial
Once you've installed dependencies with npm install
(or yarn
/ pnpm
), start the watcher:
npm start
This will run the build
and simulate
tasks whenever files change.
To build your game's .pdx
:
npm run build
You can now preview the game in the Playdate Simulator with npm run simulate
.
- Project generated by
create-playdate
- Build scripts provided by
pddx