Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
31–40 of 391 posts
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#32There 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-8/Bitesize_Games/
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#33Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#34Plugging my friend's side project: https://quickga.me/ Fully 3D online game engine with multiplayer. Most of the game is made in the interactive click and drag mode, but has modes for extra logic and ultimately a full JS scripting engine if needed. Kind of like Roblox but far simpler on the dev side. This shows the end to end development of a soccer game: https://youtu.be/6a1NmNhoO0M
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#35Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#36Get him started with combining mods for Minecraft. Then he’ll learn about collisions, debugging.
Then there are scripts for Minecraft mods to modify items/recipes.
Eventually that will be too limiting, at which point you throw him bodily into InteliJ and see if he floats.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#37Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#38Plugging my friend's side project: https://quickga.me/ Fully 3D online game engine with multiplayer. Most of the game is made in the interactive click and drag mode, but has modes for extra logic and ultimately a full JS scripting engine if needed. Kind of like Roblox but far simpler on the dev side. This shows the end to end development of a soccer game: https://youtu.be/6a1NmNhoO0M
This looks cool. What's the history behind the company - is it independent?
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#39Unity. Here’s a tutorial to build a simple 3D game that requires no prior programming experience: https://m.youtube.com/watch?v=n0GQL5JgJcY
Unity has a pretty good debugger and graphical language.
Also somehow need to help develop tolerance for a great deal of thumbing through giant directories of names of things, skimming abstracts, and uncertainty in general.
Re: Ask HN: 9-yo son wants to build a game, I'm lost. What can I do?
#40but since 3D is a requirement, godot seems the more appropriate option. Although, I would say too early.
Have made many small games with/for the kids (6yo and 10yo) in Scratch and using microbit+LCD and Makecode Arcade-compatible. Start small, grasp the basics before starting on something big.