It falls short on your 3d request, but for someone new to things I'd go down the pico-8 rabbit hole. There are some really spectacular (given the limitations) 3d games, but they're the exception. However, the IDE is built-in, it's basically lua, and you can load/view/edit the source code for all the published games. https://www.lexaloffle.com/pico-8.php Some newcomer-friendly tutorials: https://nerdyteachers.com/PICO…
Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
51–60 of 391 posts
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#52Earlier quoted context omitted.
I would say this is beyond the vast majority of 9 year olds (and also adults lol)
Oh bollocks - looking at the Learn to Code From Zero link and it looks like just a modern version of those old "Learn to program a game in BASIC" books that were everywhere in the 80s when I was a kid.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#53Tutorial how to make a mario style game https://www.youtube.com/watch?v=YWN8GcmJ-jA
Flopyy Bird https://www.youtube.com/watch?v=VUFvY349ess
Uses pygame and Tiled.
Step by step, a 9 year old could follow along
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#54Haven't used it though, since I already had programming experience and just ended up using SFML in C++ or Monogame in C#.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#55Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#56Three.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.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#57Understand 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…
Maybe the bar was lower for my interests at the time (flash mini games vs AAA 3D games as described here), but just offering a different take: Maybe your son _would_ very much be interested in learning to code. Though starting with 2d retro games might be easier.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#58Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#59Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#60I got into coding when I was 13. The only game I ever really made was a top down shooter with SML because I 1) learned that games are hard work 2) had no idea where to get assets besides ripping sprite sheets which I didn’t have the attention span for 3) I found more joy in the coding itself than making a game. I always had some dinky project going and it was almost never a game. Hell, I had more fun making a GameBoy emulator than making games!
These days, now that I know what I’m doing, I have an idea for a game I’d like to make. I wonder if I’ll ever get around to it? It’s ambitious, but I think doable solo (minus the art). It’d probably be a 5-10 year project. A big part of the reason I haven’t started it is I know how much not fun parts there are involved, like tuning algorithms.