From 952bd63d73679a716e87bc1c9ffc5893c6eaaf1e Mon Sep 17 00:00:00 2001 From: annabunches Date: Thu, 5 Oct 2023 15:34:36 -0400 Subject: [PATCH] Update readme. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e0fbd4a..0067472 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,13 @@ # Crankani -Crankani is a game for the [Playdate](https://play.date/) handheld console. It is a shoot-em-up inspired by Galaga, Gradius, and most of all, Ikaruga. +Crankani is a game for the [Playdate](https://play.date/) handheld console. It is a shoot-em-up inspired by the likes of Gradius, Touhou, and Ikaruga. -In it, you control a space crab (or perhaps a crab-like spacecraft. You decide!) and must dodge bullets, fire bullets of your own, and defend yourself with a potent but limited phase shifting ability. Good luck! +In it, you control a space crab defending the Crab Nebula from invasion by other space creatures. Dodge bullets, charge your cannon, and defend yourself with Shell Mode. Use the crank to recharge your energy reserves. ### Building -To build this code, install the [Playdate SDK](https://play.date/dev/) and run `make`. Update `PLAYDATE_SDK_PATH` in the Makefile if you have installed the SDK somewhere other than `~/playdate`. +To build this code, install the [Playdate SDK](https://play.date/dev/) and update `PLAYDATE_SDK_PATH` in the Makefile if you have installed the SDK somewhere other than `~/playdate`. Then, just run `make`. `make` should produce a directory called `Crankani.pdx`. You can open this in the Playdate Simulator and sideload it onto your Playdate from there.