This document is a work in progress. It will be updated as the project progresses.
#TODO
Reference: Godot Docs
- Use snake_case for folder and file names.
- Use PascalCase for node names, as this matches built-in node casing.
Reference: Godot GDScript guidelines
#TODO