No-code mobile game maker: you build on desktop, Godot exports the game

You cannot build this on a phone. Stage Engine is desktop software, and if you are searching for a no-code mobile game maker it is worth knowing the difference between building on mobile and building for it.

Two things the phrase can mean

One is a tool that runs on your phone, where you tap out a game on the screen you are holding. The other is a tool that produces a game people play on a phone. They sound similar in a search box and they are completely different products.

Stage Engine is the second, and only the second. It is a desktop app for Mac and Windows. There is no iPhone or Android version of the builder and there is no plan being implied here that there will be one.

If you specifically want to make games on a phone, stop reading and look elsewhere. That is a real category and there are tools built for it. This page is for the person who wants a game that ends up on a phone and is willing to sit at a computer to make it.

How the mobile part actually works

The engine underneath Stage Engine is Godot, and your project is a real Godot project rather than a file only this tool can read. Godot is open source, it is the thing doing the rendering, and it is also the thing that handles exporting to platforms. Mobile export is Godot's to do, not a proprietary feature bolted on top.

That is a meaningful difference from a closed no-code tool, where the game only exists inside the tool that made it and getting it onto a store is whatever the vendor decides to allow. Here the project is standard, so the export path is the ordinary Godot one, with the ordinary platform requirements that go with it.

Shipping to a store is still real work: accounts, signing, review, screenshots. Nothing about a no-code builder removes Apple or Google from the process, and any tool that suggests otherwise is selling you something.

Design for the phone before you build for it

A phone game is not a desktop game with smaller buttons. Sessions are short, one thumb is often doing all the work, and the screen is being looked at in bad light on a bus. Those constraints belong in the design, not in a resize at the end.

That is your call to make. You build the world by hand in the builder, and you decide how much of it should be visible at once, how large a target has to be, how long a run of play should last before it can safely be interrupted. Director 1 writes the GDScript for the input and the systems; the judgement about whether it feels right on a small screen is yours, and it comes from playing it.

Testing on the device itself matters more here than anywhere. Something that reads perfectly on a 27-inch monitor can be unusable at phone size, and the only way to find that out is to look.

What you are actually downloading

A desktop app for Mac and Windows, free to download, with Godot bundled inside it. Press play and the game runs locally on your machine. There is no streaming and no browser preview.

Building needs an internet connection, because Director 1, asset generation and world data all come over the network. Playing what you built does not.

Free plan, Indie at $10 a month, Pro at $50. The paid plans buy more AI usage. They do not unlock a different engine or a different export path.

Questions

Can I install Stage Engine on my phone or tablet?
No. It is desktop software for Mac and Windows. The builder needs a mouse, a keyboard and a real screen.
Can the game I make run on a phone?
The project is a standard Godot project, and mobile export is something Godot does. The usual store requirements, accounts and review processes still apply.
Do I need to write code for touch controls?
No. Director 1 writes the GDScript. You describe how it should control and then play it to decide whether it feels right.
Is it free?
The download is free and there is a free plan. Indie is $10 a month and Pro is $50, both for more usage rather than more software.
Does it work offline?
Building does not. Director 1 and asset generation come over the network. The game you built runs locally without a connection.