Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

331 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spaceshipment source code

This is the source code for Spaceshipment, a game developed for the Playdate handheld console released in November 2024.

Links:

Notes

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/.

Compiling

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):

make

To build the project with Nix (self-contained, no need to pre-install anything except the Nix package manager):

nix develop -c make

Contributors

Languages