A basic starting point for your next playdate game. This is takes inspiration from the "Game Template" that ships with the SDK examples, with some additions/modifications.
Ensure the Playdate SDK is installed.
- Playdate SDK
- Make
- Click "Use this template" to clone.
- Make your game.
- ...
- Profit!
make
- will run clean compile run
. Building the app and launching the simulator.
make docs
- Open the SDK included docs in your browser. Or view the online docs here.
make clean
- Remove the compiled folder/files.
make compile
- Compile Source into pdx.
make run
- Launch the Playdate simulator.
make open
- Run the compiled game in the simulator.