---
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

## Response `200`

Game creation result.

## Changes

- **2023-10-20** `bbfe1dbc457f` — 4 warning
  - removed the request property `derivative`
  - removed the request property `gameDir`
  - removed the request property `ignoreTemplate`
  - removed the request property `templateDir`

[Change history](https://skmtc.dev/openwebgal/apis/webgal-terre-api/changes/api/manageGame/createGame/post.md)

---

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