Live data from Hacker News

Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

news.ycombinator.com

91–100 of 391 posts

Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

#91
We are making a games creator that uses GenAI to make games from human input over at frvr.ai. It’s been a hit with my 10 year old nephew after the initial learning phase.

We show the full source of what you create so you can also use it as a tool to learn coding. (A use case we will support better in the future)

Happy to grand you access if you sign up and submit a developer application at https://beta.frvr.ai/creator/

Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

#92
post #65

I've used many engines and shipped many games, including commercial titles (I don't derive a salary from the game industry, though). I think I'd recommend something like GameMaker. I've never used it myself, but it's a self contained IDE that has everything to make decent 2D games. I'd advise against the pitfall that 3D games lure you into. That includes engines that are 3D with a 2D "mode". There is so much leaky ab…

Strong +1 for PICO-8. My nine year old kid got right into it.

Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

#93
GameMaker is ideal, or at least something easier. He’s 9 after all, Unity would be way too advanced.

> How do I keep the project “contained” so he feels that he accomplished

Something super simple like Frogger. Jump movements might be too advanced.

Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

#96
Unreal engine. Just download it and let him go. Maybe even unreal editor for fortnite but that hasn't got much docs. Kids have unlimited time. Unreal has starter projects and loads of docs/YouTube vids to find out how to do basically anything. I got a cracked 3D application at 11 and I'm not in anyway computer expert. Kids are capable of way more than we give credit for.

Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

#98
post #17

Earlier quoted context omitted.

Grand Theft Auto: the Dead Rising.

Now you have my attention.

just throwing out an idea; basic mechanics of GTA but during the chaos as the rising first commences.

emphasis on solving problems and surviveing rather than crime.

Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

#99
Maybe he can also get interested in game design! Game design is an interesting topic all by itself and there are many books to learn from :). He seems more like the game design type from what you have said.

I suggest something that is really low-code, not Unity, perhaps Smile Game Builder (for 3D) or RPG Maker (more powerful, but 2D) if what he imagines can be somewhat fitted to RPGs. Construct 3 is also quite good -- all mentioned are great tools to bring out his imagination without becoming an exercise in 3D math and engineering.

When he is 12 or 13 maybe then try Unity + Bolt and then progress into Unity + C#.

Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?

#100

You both might enjoy simondev on youtube: https://www.youtube.com/watch?v=PPwR7h5SnOE&list=PLRL3Z3lpLm... Three.js, so very accessible and you can have games load up within 2000ms. You can use the corresponding github codebases - I loaded up his minecraft demo successfully a while back.

Three.js seconded for young children. I followed "Game Development with Three.js" with my daughter when she was around 10, and we both had good time. The approach in the book is very interactive: make a change and see immediate results, this works very nicely with impatient young ones.
Post reply on HN