menu

retrodate.playdate

Collection of retro games for the Playdate handheld

Linting and formatting

Pre-commit hooks are being used for code formatting

To use the pre-commit hooks, install the pre-commit package and luarocks:

pip install pre-commit
brew install luarocks

Then, install the git hooks:

pre-commit install