Mobile game maker: the desktop kind, and why that is normal

Search for a mobile game maker and you get two kinds of results: apps that run on the phone, and tools that run on a computer. Stage Engine is firmly the second, and this page is about which one you want.

The two kinds of tool

The first kind runs on the phone itself. You tap together a game on the device it will be played on. These are pleasant, immediate, and limited by the fact that a phone screen is a small window and a finger is a blunt instrument. They generally produce simple games inside the tool's own player.

The second kind runs on a computer, produces a project you own, and treats the phone as a target rather than a workshop. Everything commercially shipped is made this way, for the boring reason that game development involves a great deal of precise arrangement and comparison.

Stage Engine is the second kind. It is a desktop application for Mac and Windows, built on open-source Godot, and it is not available on a phone or in a browser.

How the work is split

You build the world by hand in the builder. Terrain gets sculpted, water takes an outline you draw, weather and sky are settings, and every building, prop and character goes where you put it. This is a viewport and a mouse, and it is why the desktop matters.

Director 1 writes the code. You describe behaviour in plain language — how the character moves, what a tap does, what happens when the timer ends — and it writes GDScript inside your project. You never open it unless you want to.

You play the result and decide whether it is right. That judgement is the part that stays with you and it is the reason the tool works at all.

What "mobile" actually costs you as a designer

Screen space, mostly. Interfaces have to be much larger and much simpler than on a monitor, and every control competes with the player's own thumb for the same pixels.

Then session length. Phone games get played in short interrupted bursts, which means a game that requires twenty minutes of uninterrupted concentration is being played in the wrong place. Saving and resuming stop being a feature and become the shape of the design.

And input precision. Anything requiring an accurate tap on a small target will frustrate. This pushes mobile design toward large gestures and forgiving hit areas, and it is a constraint worth accepting early rather than patching in late.

Getting from a desktop project to a phone

Stage Engine builds and runs your game locally on your own machine. It does not have an export-to-phone button and does not submit anything to a store.

What it gives you is a real Godot project. Godot exports to mobile platforms using its own tooling, and store submission is its own process involving a developer account and platform review. That work is outside this app and it is genuinely work, so plan for it rather than assume it.

If that sounds like a lot, it is worth knowing that it is the same for every serious tool. The tools that hide it usually hide it by publishing your game inside their own app, which is a different product than a game with your name on the store listing.

The terms

Free to download for Mac and Windows, with a free plan. Indie is $10 a month, Pro is $50. Paid plans buy more AI usage, not a different engine or a better export.

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

Why building on a computer is not a compromise

Game work involves comparing things: this layout against that one, this value against the last one, the scene next to your reference. All of that needs screen area, and screen area is the one thing a phone cannot give you.

It also involves a lot of small precise adjustments. A mouse does that well and a finger does not, which is why on-device editors tend toward snapping grids and preset behaviours.

None of this is an argument against mobile as a destination. It is an argument about where the work happens, and every studio that ships phone games has settled the same way.

Questions

Does Stage Engine run on a phone?
No. It is a desktop app for Mac and Windows. The phone is a target, not a workspace.
Does it publish to the App Store or Google Play?
No. Your project is a standard Godot project, and export and submission are separate work you handle yourself.
Do I need to code?
No. Director 1 writes the GDScript. You build the world and judge the result.
Is there a browser version?
No. It is downloaded and installed, and your game runs locally on bundled Godot.
What does it cost?
Free download with a free plan. Indie $10 a month, Pro $50, for more usage.