This repository contains a template Godot 3 game.
As Ludum Daron team, regularly contesting in Ludum Dare gamejam, we use this template to start the event with a minimal code.
Please install the git hooks by running:
git config core.hooksPath "./hooks"
It requires you to install gdtoolkit. Here is a quick start:
python3 -m venv .env
source .env/bin/activate
pip3 install "gdtoolkit==4.*"
Check the gdlint doc for more details.