Skip to content

Publishing games

GDevelop allows you to publish your games to any modern platform: desktop, web, and mobile. The game needs to be exported first.

To export the game, click Share in the GDevelop interface. You will be presented with multiple options to choose from:

Share game

Publish and share on GDevelop's free service gd.games

gd.games is the gaming platform hosted by GDevelop, dedicated to games powered by GDevelop. It's a great place to publish your game and gather feedback from players or friends. Hosting is free, and you can redirect your audience to the game page.

You can customize the link to your game, activate feedback, and benefit from the GDevelop community of players and creators.

Click here for more information on publishing your game with gd.games.

Publish your game

Publish on stores and other platforms

Publish manually

These export options will require some manual work on your part and are intended for advanced users:

  • Web: This option is the same as in the prior category.
  • Mobile: This option exports your game ready to be used as a Cordova project. You can then use Cordova command line tools to build your game for Android and iOS.
  • Desktop: This option exports your game ready to be used as an Electron project. You can then use command line tools to build your game for Windows, macOS, or Linux.