A shoot-em-up game about being a crab. In space.
Go to file
2023-09-29 19:07:15 +00:00
src Initial commit 2023-09-29 19:07:15 +00:00
.gitignore Initial commit 2023-09-29 19:07:15 +00:00
license.md Initial commit 2023-09-29 19:07:15 +00:00
Makefile Initial commit 2023-09-29 19:07:15 +00:00
readme.md Initial commit 2023-09-29 19:07:15 +00:00

is a game for the Playdate handheld console.

Building

To build this code, install the Playdate SDK and run make. Update PLAYDATE_SDK_PATH in the Makefile if you have installed the SDK somewhere other than ~/playdate.

make should produce a directory called <Name>.pdx. You can open this in the Playdate Simulator and sideload it onto your Playdate from there.

The Makefile is designed to be run under Linux and is untested on other platforms.