Initial commit
This commit is contained in:
commit
2341e8711f
6 changed files with 70 additions and 0 deletions
12
readme.md
Normal file
12
readme.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# <name>
|
||||
|
||||
<name> is a game for the [Playdate](https://play.date/) handheld console.
|
||||
|
||||
|
||||
### 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`.
|
||||
|
||||
`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.
|
Loading…
Add table
Add a link
Reference in a new issue