- Is a Godot Addons
- Godot Engine documentation: https://docs.godotengine.org/en/stable/
- Godot Engine GDScript style guide: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html
- Use properties instead of setter and getter methods
- Comments in english
- Use GUT to unitary tests https://github.com/bitwes/Gut
- Tests are located in the
tests/unitdirectory.