Browser game maker: Stage Engine is not one, and here is the trade
If you searched for a browser game maker you probably wanted no install, or you wanted a game people can play at a link. Those are different needs and only one of them is a problem here.
Say the awkward part first
Stage Engine does not run in a browser. There is no tab you open, no editor at a URL, and no preview that plays inside a page. It is a desktop application for Mac and Windows that you download and install, and the game you build runs locally on the copy of Godot bundled with it.
If you cannot install software on the computer you have, this is not usable for you, and no amount of explaining the benefits changes that. A school-managed laptop or a Chromebook you do not control is a hard no. Better to know now.
If the install is merely inconvenient rather than impossible, the rest of this page is about what you get for it.
Two different reasons people search this
The first is the editor. You want to make the game without installing anything, on whatever machine is in front of you. That is a real constraint and browser tools serve it well. This does not.
The second is distribution. You want the finished game to be playable at a link, in a tab, without anyone downloading anything. That is a separate question, and it has nothing to do with where the editor runs. It is about what the project can export to.
Confusing the two costs people weeks. A browser editor is not required to produce a web game, and a desktop editor does not force you to ship a desktop-only game.
What the desktop trade buys
Performance headroom, mostly, and the kind of game that follows from it. A world with real terrain, water, weather and a few hundred simulated characters is unremarkable on a desktop and unrealistic in a tab. Browser tools tend to steer you toward small, flat scenes, and they are right to, because that is what the environment can carry.
You also get a project that is yours. Godot is open source, your project is a real Godot project, and the files sit on your disk. The alternative in most browser tools is a project living on a server, which is fine until the pricing, the terms or the company changes.
And you get the framerate of your own machine when you press play, rather than whatever a shared tab can spare.
How you actually build
The world is built by hand. You place terrain, water, weather, buildings and characters directly in a builder that works like a level editor, because moving a thing four metres and looking again is faster than describing it.
Director 1 writes the code. You say what should happen in ordinary language and it writes GDScript inside your project. You are not asked to read it. You are asked to play the game and say whether it is right, which is a judgement not writing code has never disqualified anyone from making.
Building needs an internet connection, since Director 1, asset generation and world data come over the network. Playing what you built does not.
Who should stay with a browser tool
People who cannot install software. People making small 2D games where the extra performance is worthless. People who want to make something in a free period at school and share the link before the bell.
These are good reasons and browser tools are built for them. If that is you, this is not the tool, and you have lost four minutes rather than an afternoon.
The download is free and there is a free plan, with Indie at $10 a month and Pro at $50, if you decide the trade is worth it later.
If you want both
Some people genuinely need both: a serious tool for the real work, and something in a browser for the machine they do not control.
That is a reasonable arrangement and it is worth planning rather than discovering. Use the browser tool for sketching, for the twenty minutes on a borrowed laptop, for showing somebody the idea. Do the actual building on the desktop where the project lives.
What does not work is trying to keep one project in both. They are different formats with different assumptions and there is no sync between them, so treat the browser side as a notebook rather than a second workspace.
Questions
- Can I use Stage Engine in a browser?
- No. It is a desktop application for Mac and Windows. There is no browser editor and no cloud preview.
- Can I make a game that plays in a browser?
- Your project is a real Godot project, and web export is part of Godot's own tooling rather than something Stage Engine does for you. It is a separate step you or someone you know would run.
- Why not build a browser version?
- Because the games this is aimed at, with terrain, weather and populated worlds, need local hardware to run properly. A browser editor would mean quietly shrinking the games.
- Do I need to be online?
- While building, yes. Director 1 and asset generation run over the network. Playing the game you built does not need a connection.
- What does it cost?
- Free to download, free plan available, Indie at $10 a month, Pro at $50 for more usage.