https://github.com/colmugx/playdate-starter
A boilerplate project for Playdate developers to jumpstart their game creation process.
https://github.com/colmugx/playdate-starter
lua pd playdate playdate-sdk starter
Last synced: 3 months ago
JSON representation
A boilerplate project for Playdate developers to jumpstart their game creation process.
- Host: GitHub
- URL: https://github.com/colmugx/playdate-starter
- Owner: colmugx
- Created: 2024-08-01T09:31:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:35:32.000Z (10 months ago)
- Last Synced: 2025-01-02T13:47:33.499Z (5 months ago)
- Topics: lua, pd, playdate, playdate-sdk, starter
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playdate Template
A template for developing games on [Playdate](https://play.date/). It can be used to quickly start a game project development.

This template depends on [LuaLS/lua-language-server](https://github.com/LuaLS/lua-language-server).
so theoretically, if your editor supports `LSP` for `Lua`, you can enjoy type inference during development.
**Please note: This template has been tested only on MacOS.**
## How to use
1. Use this template
2. And you can try to run `scripts/build_and_run.sh`If you don't have `$PLAYDATE_SDK_PATH` in your environment variable, I strongly recommend you to set one.
```sh
export PLAYDATE_SDK_PATH="$(dirname $(readlink $(which pdc)))"
```## How to play this template
Yeah, you can play this template! Something interesting?
- Up/Down/Left/Right: Move text
- Rotate Crank: Rotate text## Prerequisites
- [Playdate SDK](https://sdk.play.date/)