This is the source code for Spaceshipment, a game developed for the Playdate handheld console released in November 2024.
Baked Images/ contains the original versions of some planet images before being converted into .pdt files, as converting them every time I built the project heavily increased build times. Note the converted .pdt files in Source/images/planets/.
This project only includes a Makefile and Nix flake, but you should be able to use a default CMakeLists file (adjusting it to pull all .c files from src/) to build it as well.
To build the project with Make (requires that you install the Playdate SDK and all C features manually):
makeTo build the project with Nix (self-contained, no need to pre-install anything except the Nix package manager):
nix develop -c make