An AI game maker for beginners, without the beginner ceiling
Most beginner tools are easy because they are small. Stage Engine is easy because the hard part is done for you, and the engine underneath is the full one.
The trap in beginner-friendly tools
Almost every tool marketed to beginners buys its gentleness by shrinking the world. A short list of behaviours, a few scene types, drag-and-drop logic blocks. You get moving in an hour, which is real and worth something, and then in month two you want a thing the blocks cannot express.
At that point the advice is always the same: now learn a real engine. Which means the beginner tool was a detour, and everything you built in it stays there.
Stage Engine is arranged the other way round. The engine is Godot, full size, from the first minute. What makes it approachable is not that capability was removed but that the coding is done by Director 1.
Your first evening
You download the app for Mac or Windows and open it. You make some ground — a valley, a coastline, a flat field, whatever the game wants — by shaping terrain directly in the builder rather than describing it. You add water and weather if the place needs them.
Then you describe what should happen. "The player can walk and jump." "Standing in the light for three seconds opens the gate." Director 1 writes the GDScript in your project and you press play.
The important thing about that first evening is that you have not learned anything you will have to unlearn. There is no beginner mode to graduate out of.
What you actually have to learn
Not a programming language. Not the node system, not signals, not the physics API. Those are real things and they are Director 1's problem.
What you do have to learn is game design, and no tool can shortcut it. Why a jump feels wrong at one height and right at another. Why a corridor is boring and a corner is not. Why your enemy is annoying rather than threatening. That learning happens by playing your own game and being honest about it.
You will be handed work back constantly — play this, is it right, what should change. That is not the tool failing. It is the only mechanism by which a game gets good, and you are the only one in the loop who can do it.
Practical things worth knowing before you start
It is a download, not a website. Mac and Windows both ship. The app carries its own copy of Godot, so there is nothing else to install and nothing to configure.
Building needs an internet connection, because Director 1 and asset generation are online. The game you built runs locally, so you can play it without one.
The download is free and there is a free plan, which is enough to find out whether you like this. Indie is $10 a month and Pro is $50 when you want more usage.
A reasonable first project
Small and specific beats ambitious and vague, for the same reason it does in every craft. One room, one mechanic, one reason to be there. A cellar you have to get out of. A field you have to cross before the weather turns.
Finish it badly, then play it. The version of you that has finished one small bad game knows more about games than the version that spent three months on a design document, and that is not a slight on design documents.
Common beginner questions worth answering early
How long before something is playable? Usually the first evening, in the sense of a character moving through a space you made. That is not a game yet and it is a useful milestone.
What if the code it writes is wrong? You say so, in plain language, describing what you saw rather than what you think should change. That is the loop working. Nobody gets the right behaviour from the first sentence every time, including people who write the code themselves.
Do you need to plan first? A little. A page of what the player does is enough. Long design documents written before anything exists tend to describe a game nobody has played, which is why they get thrown away.
Questions
- I have never used a game engine. Is that a problem?
- No. Stage Engine assumes it. You build the world by hand and describe the behaviour in plain language, and Director 1 handles the engine.
- Will I outgrow it?
- The engine underneath is Godot at full size and the code is written rather than picked from a list, so there is no built-in ceiling to hit.
- Do I need to install Godot separately?
- No, it ships inside the app. Downloading Stage Engine is the whole setup.
- How much does it cost to start?
- Nothing. The download is free and there is a free plan. Indie is $10 a month and Pro is $50 for more usage.
- Can I use it on a Chromebook or an iPad?
- No. It is a desktop application for Mac and Windows, and it needs a real machine because the game runs locally.