Free online game maker, and the case for downloading one instead
Stage Engine does not run in your browser. If that rules it out, the browser tools are named below. If it does not, here is what a download buys you that a tab cannot.
Not a browser tool, said plainly
Stage Engine is a desktop application. You download it, install it on a Mac or a Windows PC, and it brings its own copy of Godot with it. There is no web version, no tablet version, and no way to use it on a machine where you cannot install software.
If you searched for online because your computer is a Chromebook, a school machine or a work laptop you do not control, that is a real constraint and this is not your tool. GDevelop and Construct both run in a browser and both are genuinely good. Go and use one of those.
If you searched for online because you assumed everything is online now, keep reading. The download is doing something for you.
What a browser costs a game
Everything in a web tool runs inside a tab, sharing memory and a scheduler with the page around it. That sets a hard ceiling on how much world you can have moving at once, and it is why the example projects on browser tools are always small, flat and sparse. It is not a lack of ambition. It is the ceiling.
The second cost is where your project lives. On a web tool it is on a server, in their format, subject to their pricing and their continued existence. You can usually export something. What you export is rarely a project another tool can open.
The third is the loop. Building a 3D world involves constant small adjustments, and every one of them goes over the network first when the editor is remote.
What the download buys
The game runs on your machine. Full framerate, your GPU, your memory. That is what makes terrain, water, weather and a few hundred moving characters a reasonable thing to attempt rather than a thing that stutters.
And the project is a real Godot project on your own disk. Godot is open source, so the format is not ours to take away. If you stop using Stage Engine, the work is still work.
You still get the thing that makes online tools attractive: you do not write code. Director 1 writes GDScript in your project when you describe the behaviour you want. You build the world by hand in the builder, play the result, and say what is wrong.
The part that is online
One honest correction to the framing. Building does need an internet connection. Director 1, asset generation and world data all come over the network, and there is no offline mode. If you were hoping for something that works on a plane, this is not it either.
What runs without a connection is the game itself. Once built, it plays locally with nothing to reach for.
And the free part
The download is free and there is a free plan. Indie is $10 a month, Pro is $50. Those buy more usage — not a better engine, not export rights, not the removal of a watermark, because there is no watermark and no export gate.
What the first hour looks like after the install
You download it, sign in, and start a project. The builder opens on an empty world and the first thing you do is raise some ground and put a character on it. Press play and you are walking around, locally, at whatever framerate your machine manages.
Then you ask Director 1 for one behaviour. Something should happen when you reach the top of the hill. It writes the GDScript into your project, you play it again, and you find out whether the sentence you wrote meant what you thought it meant.
That is the loop, and the install is a one-time cost paid against every iteration afterwards being local and immediate.
Questions
- Can I use Stage Engine in a browser?
- No. It is a desktop app for Mac and Windows. If you need a browser tool, GDevelop and Construct are the honest recommendations.
- Why not just make it a web app?
- Because the game runs locally on Godot, which is what makes a real 3D world affordable. A tab cannot hold one.
- Is it free?
- The download is free and there is a free plan. Indie is $10 a month and Pro is $50; they buy more usage.
- Does it need an internet connection?
- To build, yes. Director 1, asset generation and world data come over the network. To play what you built, no.
- Do I need to write code?
- No. Director 1 writes it. You build the world and decide whether the game is right.