This is a template project for Playbit which helps you get started building cross-platform Lua games for Playdate and Love2d.
For more information, refer to the Playbit docs.
-
Init and checkout submodules.
git submodule update --init --recursive`
-
Update Playbit to latest version .
cd playbit git checkout main git pull cd .. git commit -am "Updated playbit"