create_project
Creates a new GameMaker YYP project at the given path if missing, avoiding overwrites. Sets up the project for AI-assisted game development.
Instructions
Create a new GameMaker YYP project at the specified directory if it does not exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name for the YYP | |
| projectDir | Yes | Absolute path to the GameMaker project directory |