Run Godot Game
godot_run_gameRun a Godot 4.x game project with optional headless mode, custom executable/project paths, and auto-quit after a set duration. Ideal for automated testing or quick execution.
Instructions
Run the Godot game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | Run without display (default True) | |
| godot_path | No | Path to Godot executable (auto-detected if not provided) | |
| project_path | No | Path to project (auto-detected if not provided) | |
| quit_after_seconds | No | Auto-quit after N seconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||