An AI game maker for solo devs: one person, several jobs
Working alone means every discipline is a bottleneck in turn. Stage Engine takes the programming out of the rotation so the project keeps moving on the evenings you have.
The solo failure mode
Solo projects rarely die from lack of ideas. They die in the third month, on a Tuesday, because the state machine is broken and you have two hours and no energy, and that is the fourth evening in a row where nothing about the game has visibly changed.
The reason that kills projects is momentum. When you work alone, the only thing keeping you going is seeing the thing get better. Weeks of invisible plumbing remove exactly that.
Stage Engine attacks the plumbing specifically. You describe the system, Director 1 writes the GDScript into your project, you press play. The evening produces something you can look at.
What you keep doing yourself
You build the world. Terrain, water, weather, buildings, characters, all placed by hand in the builder. Working alone this is often the part you enjoy, and it is also the part that cannot sensibly be described in a sentence.
You do the design. Every decision about how the game feels — pacing, difficulty, what the player is afraid of — stays yours, and it is the only thing that makes a solo game distinctive.
And you do the judging. Play it, decide it is wrong, say what is wrong. That loop is the tool working correctly rather than failing.
Working in short sessions
A lot of solo development happens in ninety-minute blocks after work. That shape punishes tasks with long ramp-up, which is most programming: half the block is spent remembering where you were.
Describing behaviour has almost no ramp-up. You can arrive, say what should change, see it, and leave with the game measurably different. Building a piece of world is similar — it is immediate and visual and you can stop anywhere.
That is not a productivity claim with a number attached. It is a claim about what kinds of tasks fit a short evening, and it is why solo projects here tend to keep moving.
Your project stays yours
The output is a real Godot project on your disk. Godot is open source. Version control behaves normally, the scripts are readable GDScript, and nothing about the project depends on our app continuing to exist.
This matters more when you are alone, because you have no one to inherit the mess and no studio to migrate it. A project that stays in a standard format is a project you can still open in five years.
The practical facts
Desktop app for Mac and Windows. It bundles Godot, so setup is one download. Building needs an internet connection because Director 1, asset generation and world data are all online; the game you built runs locally and does not.
Free to download with a free plan. Indie is $10 a month, Pro is $50, both buying more usage rather than unlocking features. No seat pricing, which is moot when you are one person.
Scope, which is the only thing that will kill you
Removing the coding bottleneck moves the bottleneck rather than deleting it. The new one is content and finish, and it is less visible, so it catches people out.
A world takes as long to build as it takes regardless of who wrote the scripts. Ten levels is ten levels. Deciding early how big the game actually is, and writing that number down, is worth more than any tooling decision you will make.
The useful habit is to build the smallest complete version first, including the ending. A finished small game can be expanded. An unfinished large one cannot be shrunk.
Questions
- Is this a replacement for hiring a programmer?
- For game code, largely. For deep engine work, custom rendering or hard optimisation on a shipping build, no.
- Do I need to read the code it writes?
- No. You judge the game by playing it. The code is there in plain GDScript if you want it.
- Can I keep working if I stop paying?
- Your project is a Godot project on your own disk and Godot is free and open source. The plan governs how much you can use Director 1 and generation.
- Does it work offline?
- Building does not — the AI, asset generation and world data come over the network. Playing what you built does.
- What does it cost?
- Free download and free plan. Indie $10 a month, Pro $50.