This fork of the amazing "Tiny Hadron Collider" by Matt Hurtado now serves as a small example on how to integrate the babashka based build system from NPException's Playdate App Template.
The only necessary change to the project was to add the bb.edn file.
Now, if you have babashka installed you can build the project, run it in the simulator,
or create a distribution-ready .pdx.zip of it by using any the following commands:
# just build the app (for example to have the Playdate compiler check for some errors)
bb build# build the app and start it in the Playdate simulator
bb build-and-run# create a .pdx.zip file ready for distribution on itch.io (or anywhere else)
bb build-releaseAfter copying over the GitHub workflow folder too, this project now has automated
release builds too:
Tiny Hadron Collider runs using the following modules:
- Crank the handle to fill up the circle to increase your score
- Press B to open/close the item menu to improve your Tiny Hadron Collider
- Press Start to save, load, or reset the game
