Skip to content

A tool for draining your Playdate's battery

License

Notifications You must be signed in to change notification settings

GamesRightMeow/drainage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drainage

A tool for draining your Playdate's battery.

Install

Download the latest release or build the project locally. Then refer to the official Panic documentation about sideloading games.

Build

If using VS Code, there are 3 tasks configured in 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.