Getting started with Shiny Gen

Shiny Gen makes real games from plain-language descriptions, right in your browser. The AI writes GDScript (the Godot engine's scripting language) and the game runs as it is written. This guide takes you from nothing to a shared game.

1. Open Shiny Gen

Go to shinygen.ai/play in any modern browser and create a free account. There is nothing to install, and new accounts include free gems for AI generation.

2. Describe your game

Type what you want in plain language: a genre, a scene, a mechanic, or a whole idea. The AI writes the game's code and the game runs immediately. You can watch it come together and play it as you go.

3. Or remix an example

The home page has a gallery of playable examples. Open one, play it, then describe changes (new rules, new art, new levels) to make it yours.

4. Edit with the built-in editors

5. Iterate

Keep describing what to add or change. If something breaks, errors are reported back to the AI automatically so it can fix them; you do not need to read stack traces.

6. Share your game

Share any game with a link. You can also download a game as a single HTML file, or embed it on any website with the shinygen npm package. See Embed games on your website.

Good to know

Last updated: July 18, 2026