Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
251–260 of 391 posts
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#252Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#253Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#254We started with the book "Scratch Programming Playground" by Al Sweigart.
Now we are doing youtube tutorials by Griffpatch. One of the latest is a simple 3D raycast Wolfenstein clone, which might interest your son. However I recommend a simpler jumping on point, like his Geometry Dash series: https://www.youtube.com/playlist?list=PLy4zsTUHwGJJnoXPSYlKQ...
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#255Of all the accessible game creation tools I know of, this is the only one which:
- Is made for 3D by default.
- Is reasonably flexible in terms of the type of game you can create.
- Isn't Roblox (aka extremely exploitive).
The other tools suggested in this thread are great (I love Scratch, I use it extensively at my school), but they all fail the first requirement. And I suspect that is a requirement: if a kid is set on 3D, they usually really want that.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#256Understand that you're not going to finish what you start. Do things that are fun. Keep a notebook of ideas. Talk about plans and what you want do. Spend time with him. Even if almost none if it ever makes it into code, the imagination part will be going wild. Look at what he's really doing. He doesn't want to CODE. He wants to make a game. Like every kid. Emphasize the creative part just like he wants. Do things on…
> YOUR SON DOES NOT WANT TO LEARN TO CODE Maybe he does, but he doesn't know it yet. Do not force him, but you can show him. That's actually how I got into coding. Like every kid, I wanted to make a game, but progressively, I found that I had more fun coding than actually making the game. In the end, I went in so many tangents I didn't complete my game, but who cares? Everyone is different. Maybe he just wants to ima…
Makes me realize I never wanted to learn to code. I never set out for it. I want to learn to code things now, but back then? I wanted to make an executable that did something. Sometimes it was a game. Sometimes it was some weird graphical screen saver like thing. Coding was just to make it happen. That became something interesting too, eventually.
It is something we as programmers forget. Why we did it in the first place. It usually shows up when those analyst show up and want some program. Cant they see how amazing our code is? /s When what they want is a program that does something.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#257Maybe this will help: https://www.alice.org/
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#258What I learned is llm gives you the activation energy, you just type a few sentences to get the momentum going. To get the reward feedback cycle going you’ll want to add graphics as early as possible.
The most difficult part is to be by his side and ready to jump in whenever a missing coma breaks the entire game. You’ll also need to keep scope under control, I’d alway steer him away from doing any complicated animation. There’re plenty of opportunity to teach but be realistic that it’s not real programming
Here’s an example that I put online so he can share with friends: https://mquan.github.io/k.ai/coin-collector/
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#259The goal should be to get him in the feedback look for quick wins, and repeat.
Scratch is built for 9 year olds. Games is where all kids tend to go. It has very good side scrollers.
Wait until he masters while loops, variables, state transitions and 2D graphics before going beyond Scratch. Scratch = open source, massive community, designed for kids. Includes flow diagram programming and source code. Progress for kids
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#260It’s cognitively a lot to handle so