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:
./setup.shIt requires you to install gdtoolkit. Here is a quick start:
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txtCheck the gdlint doc for more details.
Warning: requires dotslash.
You can build and deploy to itchio using:
deploy.sh --publish [itchio repo name]