https://github.com/gamesrightmeow/drainage
A tool for draining your Playdate's battery
https://github.com/gamesrightmeow/drainage
playdate playdate-console tool
Last synced: 3 months ago
JSON representation
A tool for draining your Playdate's battery
- Host: GitHub
- URL: https://github.com/gamesrightmeow/drainage
- Owner: GamesRightMeow
- License: mit
- Created: 2022-08-14T01:45:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T01:50:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T11:52:26.424Z (5 months ago)
- Topics: playdate, playdate-console, tool
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Drainage
A tool for draining your Playdate's battery.## Install
Download the [latest release](https://github.com/GamesRightMeow/drainage/releases) or [build](#build) the project locally. Then refer to [the official Panic documentation about sideloading games](https://help.play.date/games/sideloading/).## Build
If using VS Code, there are 3 tasks configured in [tasks.json](/.vscode/tasks.json):
- `buildPdx`: builds the PDX from the `src` folder.
- `runSimulator`: runs the built PDX in the Playdate Simulator.
- `buildRunSimulator`: runs `buildPdx` then `runSimulator`.Otherwise, see [the official Panic documentation on compiling and running a Playdate project](https://sdk.play.date/Inside%20Playdate.html#_compiling_a_project).