Make your own game, and keep the your own part

The phrase that matters in "make your own game" is your own. A lot of tools deliver the game and quietly take that part.

Three ways a game stops being yours

The first is the template. You start from something that already works and change the parts you are allowed to change. What you end up with is recognisable as a variant of the template, and everyone who plays it can tell.

The second is generation. You describe a game, something appears, and it is a compromise between what you said and what the model guessed. You can keep describing corrections, but you are negotiating with a system that does not know what you meant, and the result converges on generic.

The third is the format. Your game only exists inside the tool that made it. That is fine until the tool changes its terms or stops existing, and then the game does too.

None of those three are necessary. They are just how most tools are built.

The part you keep

The world is built by you, by hand. Terrain you shape, water you outline, sky and weather you set, and every structure, prop and character placed where you decide. Nothing generates the layout on your behalf and there is nothing to approve or reject, because you made it.

That sounds like more work than a generated world and it is. It is also the reason the result is a specific place rather than a plausible one, and specific places are what people remember about games.

The judgement is also yours, all the way through. You play everything and you decide what is wrong. That never gets delegated, because nobody else knows what you were going for.

The part you hand over

The code. Director 1 writes GDScript inside your project from plain-language descriptions of what should happen. This is a genuine handover — you do not review it, you do not read it, you do not learn a language.

Nothing is lost by giving this away, because code is not authorship. Nobody plays a game and admires the state machine. What they experience is the place and the rules, and you set both.

What you end up owning

A Godot project on your own disk. Godot is open source, widely used, and not going anywhere. Your project is not a proprietary save file, it is not on someone else's server, and it opens in Godot itself if you ever want it to.

Stage Engine is a desktop app for Mac and Windows with Godot bundled inside it, so your game runs locally on your own hardware at your machine's framerate.

Building needs an internet connection, since Director 1 and asset generation come over the network. Playing what you built does not.

Where to start

With the smallest version of your idea that still contains the thing you actually care about. Not a tutorial project and not a scaled-down genre exercise — the specific bit that made you want to make a game.

Build the place first so there is somewhere to stand, get a character moving in it, then add one rule. Play it. Everything after that is the loop, and the loop is the craft.

Free to download with a free plan. Indie is $10 a month and Pro is $50, both for more usage rather than more engine.

Finishing is a separate skill

Starting is easy and getting to eighty percent is easy. The last stretch is where projects die, and it dies for the same reason every time: the remaining work is unglamorous and the next idea is more exciting.

The counter is scope chosen honestly at the start. A game you can finish in a month is worth more than one you abandon in six, because a finished thing teaches you the whole shape of the work, including the parts nobody enjoys.

It also gives you something to show, which changes what the next project can be. Nobody plays a prototype.

Questions

Do I need any experience?
No coding and no engine experience. You need an idea and a willingness to play your own game critically.
Is my game locked into this tool?
No. It is a standard Godot project on your own disk.
Does it start from templates?
No. You build the world yourself, which is why the result does not look like everyone else's.
Where does the game run?
Locally on your machine, on the copy of open-source Godot bundled with the app. Stage Engine is a desktop app for Mac and Windows.
How much does it cost?
Free to download with a free plan. Indie $10 a month, Pro $50, for more usage.