Skip to content

sh-ura/pomdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomdate

Pomodoro timer for Playdate

Status

MVP complete in main branch. Useable. Future work will be asset-related and not greatly effect functionality.

Install

  1. Install Playdate SDK v1.12.3
  2. Clone this repo
  3. Compile app, ex. from the pomdate project root:
pdc --main -sdkpath <PATH_TO_SDK> ./app/main.lua ./app/main.pdx
  1. Open the Playdate Simulator. From File > Open... open app/main.pdx.

The app is now useable in the simulator, if you would like to use it as a desktop app. For running it on the Playdate:

  1. Plug your Playdate into your computer and press the lock button twice to unlock it.
  2. Device > Upload Game to Device will install pomdate on the Playdate.

Replace notification sound

  1. Create and export your sound according to playdate specs for sound samples.
  2. Name your sound 'notif.wav' and place it in 'pomdate/app/assets/sound'
  3. Compile and run the app as per the installation instructions above.

Note that some samples may sound significantly different, even bad, on the playdate hardware.

Develop

Class diagram here

This project is not yet ready to accept code contributions, but it will be open to them in the future. In the meantime, feel free to open an issue, or send me an email at [email protected] :)

Attributions

Notification sound: '1 - xylophone.wav' by 14G_Panska_Niklova_Michaela

About

Pomodoro timer for Playdate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages