Skip to content

j19sch/playdate-blackbox-puzzles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playdate Blackbox Puzzles

Luacheck

Building some Black Box Puzzles for Panic's Playdate

Black Box Puzzles are a creation of James Lyndsay

Notes

  • pdc -k <input>
  • Sublime build system: "cmd": ["pdc", "-k", "$folder"]
  • pdc -k source pbbp.pdx
  • pdc -k -I source tests pbbp-tests.pdx requires copy of assets into tests folder

Playdate SDK

  • playdate.getButtonState() is cool but uses bitmasks

Used in this repo

  • Playdate SDK
  • Mozart NBP Font by total FontGeek DTF, Ltd.

Testing

  • followed instructions mentioned below
  • requires building the tests, then running them in the simulator
  • not sure what testOutputFilename does
  • ToDo: figure out how to get fonts and images into tests
  • Makefile: cp with -u (update, UPDATE={all,none,older(default)} ) or -n (no-clobber, i.e. no overwrites)

linting


Puzzle ideas

  • puzzle that uses playdate.buttonIsPressed(button)

Useful links

Playdate SDK

Unit testing with the Playdate SDK

Testing Lua

Lua

Pixel art

Fonts

Makefile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published