Update readme.

This commit is contained in:
Anna Rose 2023-10-05 15:34:36 -04:00
parent f1e29e1ac5
commit 952bd63d73

View File

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