this post was submitted on 12 Nov 2025
14 points (73.3% liked)

Game Development

5133 readers
33 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 2 years ago
MODERATORS
 

Is it possible for a kid to develop games ? I mean not the computer wizkid, but the average one who is simply fond of playing computer games ??

you are viewing a single comment's thread
view the rest of the comments
[–] CameronDev@programming.dev 10 points 1 day ago* (last edited 1 day ago) (2 children)

When I was in highschool, I did a course on games that used this:

https://gamemaker.io/en

It was free, very simple to learn, and reasonably powerful, you could build 3D games similar to the first Doom with some effort.

~~After that, Unity would probably be the next step up?~~

So yes, a kid can definitely create games with a small amount of effort.

[–] GammaGames@beehaw.org 4 points 1 day ago (1 children)

GameMaker is a great place to start!

Also I find godot’s syntax + built in editor easier to work with than unity’s c# and having the entire engine up and running in ~10s would remove a lot of friction for someone learning

[–] TheracAriane@thebrainbin.org 1 points 1 day ago (2 children)

@GammaGames@beehaw.org you mean this would be easy for kids to figure out ??

@CameronDev@programming.dev

[–] GammaGames@beehaw.org 3 points 1 day ago* (last edited 1 day ago) (1 children)

Gamemaker has a visual scripting similar to scratch (though still very engine-specific) and has the code editor + sprite editor built in, so yes I think it would be a good place to start. You wouldn’t necessarily even need to “upgrade” later, as the engine can do some 3d.

Depending on age, scratch might be easier though. The other comments have some good suggestions too

[–] TheracAriane@thebrainbin.org 1 points 1 day ago (1 children)

@GammaGames@beehaw.org no, l meant the Godot's editor you were talking about........

@CameronDev@programming.dev

[–] GammaGames@beehaw.org 2 points 1 day ago (1 children)

Oh I think godot’s editor is good yes, its language is structured similarly to Python and it has an easy to use input system. It’s much easier if you’re used to reading docs or googling, but gdquest has a cool interactive app for learning to program from zero experience

https://gdquest.itch.io/learn-godot-gdscript

[–] TheracAriane@thebrainbin.org 1 points 1 day ago (1 children)

@GammaGames@beehaw.org and the best thing is that it can be used offline perfectly........

@CameronDev@programming.dev

[–] GammaGames@beehaw.org 1 points 1 day ago

It can be! The docs can be accessed in-engine with a ctrl+click on a piece of code

[–] CameronDev@programming.dev 2 points 1 day ago

Definitely easy to figure out, and there was plenty of tutorials to copy from.

[–] TheracAriane@thebrainbin.org 1 points 1 day ago

@CameronDev@programming.dev you've mentioned something really fascinating out there..... Unity.......

The kids can actually explore a whole new world through this........