Skip to main content

Create a game

A game record connects player-facing information with branches, releases, builds, and launch configuration.

Register the game

1

Open the launcher

Select the launcher that will distribute the game.
2

Add a game

Create a new game and enter its required identity.
3

Configure metadata

Add the title, slug, description, genre, cover, and other supported visual information.
4

Configure launching

Define the executable or launch configuration expected after installation.
5

Save and verify

Confirm that the game appears in the dashboard and can be selected from the interactive CLI.
Use production-ready content:
  • A concise game title.
  • A stable unique slug.
  • A clear description.
  • High-quality cover artwork.
  • Correct genre and platform information.
  • An executable path relative to the installed build.
An incorrect executable path can allow installation to complete while preventing the game from launching.

Build preparation

The dashboard stores the game configuration, but builds are published through the interactive CLI. Before the first upload:
  • Package the game for the intended operating system.
  • Remove caches and temporary files.
  • Test the packaged executable.
  • Confirm all runtime dependencies are included.
  • Select a versioning convention.