# Introduction This document is a work in progress. It will be updated as the project progresses. # Project Structure #TODO # Project Style Guide > Reference: [Godot Docs](https://docs.godotengine.org/en/stable/tutorials/best_practices/project_organization.html#introduction) - Use **snake_case** for folder and file names. - Use **PascalCase** for node names, as this matches built-in node casing. # GDScript Guidelines > Reference: [Godot GDScript guidelines](https://gdquest.gitbook.io/gdquests-guidelines/godot-gdscript-guidelines) # Commit Conventions #TODO