Game maker studio might fit the bill: https://gamemaker.io/en
Ask HN: Platform for 11 year old to create video games?
21–30 of 264 posts
Re: Ask HN: Platform for 11 year old to create video games?
#22[random parental advice from the internet] Pick an adult solution and sit with them to provide adult guidance. You are at the stage where your relationship with your child becomes peer to peer. If game programming stays their jam, you will be learning game programming from them in the blink of an eye. It's joyous and wonderful and only gets better. Sure you will miss them being a small child, but you will know an ama…
As much as I’d want to teach my 11 year old kid Unreal Engine, it’s not realistic. Pun not intended.
Re: Ask HN: Platform for 11 year old to create video games?
#23When I was that age I made a bouncing ball in Flash (ActionScript, similar to JS).[0] This is still my "hello world" when trying out a new game dev environment because it covers: - drawing - movement - input - acceleration - gravity - friction - collision And all of these in essentially the simplest possible way. Most of all, it's a lot of fun to have a bouncing ball, and even more fun if you can use the keyboard or…
As far as I know, no single tool has replicated that kind of freedom. For rapid prototypes that one could actually iteratively build on top of top make a full application it was amazing.
I know about the issues and why it isn’t secure etc etc, but in terms of you could interact with it to create we are still at a loss.
Re: Ask HN: Platform for 11 year old to create video games?
#24Re: Ask HN: Platform for 11 year old to create video games?
#25Re: Ask HN: Platform for 11 year old to create video games?
#26Re: Ask HN: Platform for 11 year old to create video games?
#27You will not find better...
Re: Ask HN: Platform for 11 year old to create video games?
#28Basic 60 frames a second canvas and the rest is JavaScript.
Pair that with the excellent Coding Train series https://youtube.com/@thecodingtrain
To get around the "serve a webpage locally" problem, you could either have Python or Node serve a webpage, or I once rigged up a samba share and a small web server on a home server and turned a kid loose on it ... It didn't take, I should have spent more time helping them daily on it.
But that's an idea.
Re: Ask HN: Platform for 11 year old to create video games?
#29Re: Ask HN: Platform for 11 year old to create video games?
#30https://gamemaker.io You will not find better...
Also, as you need: GameMaker Language (GML) is GameMaker's scripting language. It is an imperative, dynamically typed language commonly likened to JavaScript and C-like languages