create_project
Initialize a new Godot project with specified name, path, template, version, and renderer. Sets up the complete project structure and configuration.
Instructions
Create a complete Godot project from scratch with proper structure and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| path | Yes | Directory path where the project will be created | |
| renderer | No | Rendering engine | |
| template | No | Project template type | |
| godot_version | No | Target Godot version (e.g. '4.3') |