Manage Game

Create a new game

post/api/manageGame/createGame

Request body

gameNamestring required

The name of the game to be created

gameDirstring required

The dir of the game to be created

derivativestring

The name of the derivative to be used

templateDirstring

The dir of the template to be applied

Response

Game creation result.

Changes