A game maker for kids, with the grown-up details up front

A kid who can play a game can judge one, which is most of what this needs. What a parent needs to know is that it is a desktop install, it needs the internet to build, and it costs nothing to start.

For the parent reading this first

Stage Engine is a desktop application. It installs on a Mac or a Windows PC. It is not a website, not a tablet app, and not something that runs on a Chromebook. If the machine in the house is one of those, this is not the right tool and it is better to know that now.

Building a game needs a live internet connection, because the AI that writes the code and the systems that generate assets are online. Playing a game that has already been built does not need the connection. So a long car journey is fine for playing, and not for making.

The download is free and there is a free plan. Indie is $10 a month and Pro is $50. Those are individual plans and there is no family or child pricing. The paid plans buy more usage, not different software, so a child on the free plan is using the same engine as anyone else.

What a kid actually does with it

They build a place. Raise hills, put a lake in the dip, drop trees along a ridge, put a character on the path. This is done directly, with a mouse, in a builder that works the way a level editor works. It is closer to building something in a sandbox game than to filling in a form.

Then they say what should happen. The character can double jump. The wolves come out at night. Falling in the water takes you back to the start. Director 1 writes the code that makes those true, in the project, and the game runs on the computer straight away.

Then the good part: they play it, and it is wrong. The jump is floaty, the wolves are too fast, night is boring. They say so, it changes, they play again. Kids are extremely good at this step and usually much less polite about it than adults, which makes them better at it.

Nothing here treats them as too young to decide

A lot of software for children works by removing choices, on the theory that fewer options means less frustration. The result is that every game made with it looks the same and the child can feel the ceiling within an afternoon.

This works the other way round. The thing removed is the code, which is the part that stops people. The decisions stay. What the world looks like, what the game is about, whether it is any good — those are the child's, and there is no menu of approved game types they have to pick from.

The engine underneath is Godot, which is open source and which real games ship on. What a child makes is a real Godot project on the disk. If they stick with it for years, they do not have to leave and start over.

Age, supervision and expectations

There is no age gate to speak of, and no claim that this is designed for a specific age band. What it needs is a person who can use a computer with a mouse and keyboard, describe what they want in sentences, and stay with something for longer than one sitting. That describes some eight year olds and not some fifteen year olds.

It is worth setting one expectation. This is not a tool that hands over a finished game in five minutes. The first playable version arrives quickly; making it good takes as long as making anything good takes. A child who wanted a finished game to appear will be disappointed, and a child who wanted to make one will not.

Sitting with them for the first session helps, mostly because the first session is where the loop clicks. After that most of them do not want you there.

Questions

What age is this for?
There is no target age. It suits a child who is comfortable with a mouse and keyboard, can describe what they want, and will come back to a project more than once.
Does it work on an iPad or a Chromebook?
No. It is a desktop app for Mac and Windows and has to be installed.
Does it need the internet?
To build, yes. Playing a game that has already been built does not need a connection.
How much does it cost?
The download is free and there is a free plan. Indie is $10 a month and Pro is $50, and those buy more usage rather than more features.
Does my child need to learn to code first?
No. Director 1 writes the code. The code is visible in the project if they get curious, which some do.
Can they share the game with friends?
The project is a normal Godot project, so it can be built and shared the way any Godot game can. That part is not automatic and is worth a grown-up.