Online game maker, honestly: this one is a download that needs the internet
If you searched for an online game maker you probably meant something that opens in a tab. Stage Engine does not. It is installed software that needs a connection to build with, and this page explains why that is the trade it makes.
Say the true thing first
Stage Engine runs in a window on your computer, not in Chrome. You download it, you install it, it appears in your dock or taskbar. There is no URL you can send someone that opens the builder.
It is online in one real sense: you cannot build without a connection. The AI that writes your code, the asset generation and the world data all come over the network. Lose your wifi mid-session and building stops. That is a genuine dependency and not something to soften.
What does not need the connection is playing the game you made. That runs locally on the copy of Godot bundled with the app, on your own hardware.
What a tab costs you
Browser game makers are genuinely convenient. Nothing to install, works on a school laptop, opens on any machine you sit down at. If those are your constraints they are the right answer and you should use one.
The cost is the ceiling. A browser tab has a fixed memory budget and a rendering path it cannot leave, so tools built for tabs are designed downward to fit: smaller scenes, simpler lighting, fewer things alive at once. You do not notice this at the start. You notice it the first time you want a landscape with a view.
The other cost is where the project lives. On a hosted tool, your game exists on somebody's server under their terms. Here it is a Godot project in a folder on your disk, and Godot is open source, so the project opens without this app existing.
How building works once it is installed
You build the world by hand. Terrain, water, weather, buildings, characters, placed with a mouse in a builder that behaves like a level editor. That is the part where taste is the input and describing a thing is slower than doing it.
Director 1 writes the code. You say what should happen, it writes GDScript into your project, and you play the result and say whether it is right. That back-and-forth is the normal shape of the work rather than a sign something went wrong.
Not writing the code does not mean not having a view on the game. You are the one who plays it and rules on it.
Who should take this trade
Anyone building something they intend people to play for more than ten minutes, and anyone whose game needs a world rather than a scene. Local rendering is what makes those reasonable.
Anyone who cannot install software — a locked-down school machine, a Chromebook, a shared computer — should not. That is a hard blocker and no amount of good intentions gets around it.
The download is free and there is a free plan, so finding out whether it suits you costs nothing except the install. Indie is $10 a month and Pro is $50, and both buy more usage rather than different software.
The install is the smallest part
Downloading takes a couple of minutes and then it is over. The reason people search for an online tool is rarely the download itself, it is everything the download implies: a machine you are allowed to install on, enough disk, enough graphics card, and being at that machine when you want to work.
Those are the real constraints, and they are worth checking against your life rather than against a specification sheet. If you build in twenty minute gaps on whatever computer is free, a browser tool fits how you work and this one does not.
If you have one machine you sit at and you want the game to be more than a tab can hold, the install stops being the topic within a day.
Questions
- Is there a web version?
- No. Stage Engine is a desktop app for Mac and Windows. There is no browser builder and none is being implied.
- Do I need to be online?
- To build, yes. Director 1, asset generation and world data all come over the network. To play what you built, no.
- Where is my project stored?
- On your own disk, as a Godot project. Godot is open source, so the project is not locked to this app.
- Will it run on a Chromebook?
- No. It needs macOS or Windows. If a Chromebook is your only machine, a browser tool is the honest recommendation.
- Is the download free?
- Yes, and there is a free plan to build on. Indie is $10 a month, Pro is $50.