---
title: "Create a new game"
method: POST
path: "/api/manageGame/createGame"
tags: ["Manage Game"]
---

# Create a new game

`POST /api/manageGame/createGame`

## Request body

- CreateGameDto
  - `gameName` string, required — The name of the game to be created
  - `gameDir` string, required — The dir of the game to be created
  - `derivative` string — The name of the derivative to be used
  - `templateDir` string — The dir of the template to be applied
  - `ignoreTemplate` boolean — Whether to ignore the template when creating the game

## Response `200`

Game creation result.

---

[API](https://skmtc.net/openwebgal/apis/webgal-terre-api.md) · [All operations](https://skmtc.net/openwebgal/apis/webgal-terre-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwebgal/webgal-terre-api/versions/ebcacb42f932/schema)
