TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

387 点作者 welfare超过 1 年前
Background :<p>My son hasn’t really showed any interest in computers until now. He’s been spending a lot of time over the last couple of weeks designing some sort of a game (on paper) and now he wants me to help him build it, whatever it is. I don’t want to let him down but I also know how much work that goes into a game (he specifically wants it to be 3D).<p>I’m a decent developer, although I’ve not done game development professionally I did tons of demos on the 90’s so I feel I know the basics of 3D math but I’m pretty sure he will lose interest if I try to teach him x86 assembler :)<p>Joke aside, what can I do? This sounds like a great project for us to explore together and hopefully he can grow interest in software design and development.<p>Are there development kits I can start with (unity?)<p>How do I keep the project “contained” so he feels that he accomplished something but still feels we developed something close to his vision?<p>Thank you HN.

234 条评论

fn-mote超过 1 年前
Understand that you&#x27;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.<p>Look at what he&#x27;s really doing. He doesn&#x27;t want to CODE. He wants to make a game. Like every kid. Emphasize the creative part just like he wants. Do things on paper, just like he is doing.<p>Let me get this one point across: YOUR SON DOES NOT WANT TO LEARN TO CODE (right now). HE WANTS TO SPEND TIME WITH YOU and explore ideas at the speed of his imagination.<p>Enjoy it.<p>Talk about the game while you go for evening walks or drive to&#x2F;from school.<p>He will enjoy every minute of it even if nothing is ever produced.
评论 #39040686 未加载
评论 #39040705 未加载
评论 #39038766 未加载
评论 #39038191 未加载
评论 #39039656 未加载
评论 #39039262 未加载
评论 #39039891 未加载
评论 #39040795 未加载
评论 #39039322 未加载
评论 #39042650 未加载
评论 #39042503 未加载
评论 #39040677 未加载
评论 #39040353 未加载
评论 #39040458 未加载
评论 #39039325 未加载
评论 #39044188 未加载
评论 #39040681 未加载
评论 #39041711 未加载
评论 #39053616 未加载
评论 #39051892 未加载
评论 #39042159 未加载
评论 #39083866 未加载
评论 #39040256 未加载
评论 #39040019 未加载
评论 #39046403 未加载
评论 #39042501 未加载
keyle超过 1 年前
I&#x27;ve used many engines and shipped many games, including commercial titles (I don&#x27;t derive a salary from the game industry, though).<p>I think I&#x27;d recommend something like GameMaker. I&#x27;ve never used it myself, but it&#x27;s a self contained IDE that has everything to make decent 2D games.<p>I&#x27;d advise against the pitfall that 3D games lure you into. That includes engines that are 3D with a 2D &quot;mode&quot;. There is so much leaky abstraction, and the doco will be intermingled with 3D all over the place, leading to frustration and unnecessary complexity.<p>If a game is fun in 3D, chances are you could write a game in the same vein in 2D and carry the idea and execution across. 3D games are beyond ridiculously hard to execute on by oneself (well), and require exponentially more work to complete.<p>There is no gain, in terms of discovering the joy of making games, in diving in 3D first.<p>If you prefer a more programming centric approach, with no IDE, I recommend Love2D. It&#x27;s a joy to use, well documented.<p>If you want a full blown low level approach, I recommend Raylib. It&#x27;s fantastic and fun to use as well. But at this point, you&#x27;re swimming in the deep end.<p>Also worthy of note is PICO-8. It&#x27;s a fantasy console that can be easily ported on &#x27;open&#x27; console (such as the ambernic), making your game feel alive, being played on a hand-held console. But as for the learning experience, I found it to be more of an expert&#x27;s getaway retreat, rather than a good first choice for an engine. That said there is enough material out there and small enough API, to pick it up rather quickly, all batteries included.
评论 #39040118 未加载
评论 #39040246 未加载
评论 #39038520 未加载
评论 #39038566 未加载
评论 #39070872 未加载
评论 #39041067 未加载
Pet_Ant超过 1 年前
Nintendo Game Builder Garage for the Nintendo Switch will get him started.<p><a href="https:&#x2F;&#x2F;www.nintendo.com&#x2F;en-ca&#x2F;store&#x2F;products&#x2F;game-builder-garage-switch&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nintendo.com&#x2F;en-ca&#x2F;store&#x2F;products&#x2F;game-builder-g...</a><p>The app has tutorials and built in games to get him to work up to making <i>a</i> game.<p>Surely, his current game is too ambitious for him to pull off but this will get him making something and thinking about programming.<p>There is also RPG Maker depending on the style of game: <a href="https:&#x2F;&#x2F;www.rpgmakerweb.com&#x2F;products&#x2F;rpg-maker-mz" rel="nofollow">https:&#x2F;&#x2F;www.rpgmakerweb.com&#x2F;products&#x2F;rpg-maker-mz</a> is the latest, <a href="https:&#x2F;&#x2F;www.rpgmakerweb.com&#x2F;products&#x2F;rpg-maker-2003" rel="nofollow">https:&#x2F;&#x2F;www.rpgmakerweb.com&#x2F;products&#x2F;rpg-maker-2003</a> is the oldest and cheapest.
评论 #39037012 未加载
评论 #39038883 未加载
Lariscus超过 1 年前
Just download the Godot engine[0] it&#x27;s free and there are lots of tutorials on Youtube. The documentation[1] also has a tutorial that shows you how to create a small 2D and 3D game. To learn programming with gdscript there is this free course by gdquest.[2]<p>[0] <a href="https:&#x2F;&#x2F;godotengine.org&#x2F;showcase&#x2F;" rel="nofollow">https:&#x2F;&#x2F;godotengine.org&#x2F;showcase&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;getting_started&#x2F;introduction&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;getting_started&#x2F;intro...</a><p>[2] <a href="https:&#x2F;&#x2F;gdquest.github.io&#x2F;learn-gdscript&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gdquest.github.io&#x2F;learn-gdscript&#x2F;</a>
评论 #39036905 未加载
评论 #39038255 未加载
ghufran_syed超过 1 年前
Besides the many useful suggestions below about which software to use for this <i>assuming he wants to make a COMPUTER game</i>, I would also explore what is his idea? Could you just &quot;build&quot; it with cardboard, a board drawn on a computer and printed out and various physical pieces? Or at least, do that for a prototype of the core part of the game and gameplay? I think it would be useful to learn the concept of a &quot;minimum viable product&quot; in this context (or rather, &quot;minimum quantum of utility&quot; to get away from preconceived ideas about what a &quot;product&quot; is..). Being able to get it to a point where people can first actually try to play it is really useful, and lets you get feedback early without all the overhead of the actual computer programming (if needed)
评论 #39040809 未加载
pharmakom超过 1 年前
Wow, you could be describing me at 9. I even did the pages of design drawings all over the place!<p>what worked for me is to start with Game Maker from YoYo Games.<p>You can get started with drag- and-drop GUI blocks, but eventually move to a Basic-like scripting language. You can only make simple games but it is powerful enough for commercial 2D projects. Hotline Miami was made in Game Maker, for example.<p>Do not embark on managing a project for him!<p>The scope will be impossible and lead to disappointment. Instead, try to be a guide through tutorials and help if he gets stuck on a specific problem. Interest will wane in a specific idea and he will hop to a new one. This is fine, because the objective is to learn to have fun. Be a teacher not a producer.<p>This was my gateway to “real” programming, CompSci and a career.
评论 #39042417 未加载
conductr超过 1 年前
Firstly, the other comments about his interest being bonding with you. Definitely leverage as much as you can prior to building anything. But I suspect he actually DOES want to play his idea. He thinks you’re a programmer so could help him, so that’s why he’s asking you. IMO that is.<p>Secondly, I think you be honest with him and say games are hard and not something you specialize in but if he really want to invest some time learning you’ll help him solve problems and you can do it together. Make sure he’s not just your boss tossing ideas&#x2F;designs that you have to go implement. Start by googling different frameworks and watching&#x2F;reading tutorials together. Basically show him the process you’d go through if this was your idea to learn game development. Look into unity or godot, vet solutions, play with some demo apps. Watch some of the videos of people building simple games. Building the basic rollaball game will give him an idea if it’s even something he wants to continue with. Also look for assets that complements his game’s style&#x2F;theme. Asset development is a common road block so if you start with a character rig and an environment that looks something like what he’s after it will give you some momentum on the actual game mechanics&#x2F;story&#x2F;etc. I think if you approach it as a team of equals willing to figure this out, you can’t really lose but don’t expect him to have the fortitude to complete it. Put in as much effort as he does.
评论 #39042836 未加载
jacknews超过 1 年前
Is the goal to learn to program, or just get his idea working?<p>If programming, I would nix the idea of a 3d game, and get him to do the concept as a 2d game of some kind, eg a platformer, or top-down, in Scratch.<p>Scratch is quite limited (IMHO wrongly, and in the wrong ways), and you need all kinds of hacks to get some things to work, but sometimes they make things quite easy, for example, you can make a &#x27;scrolling platformer&#x2F;tilemap&#x27; type game without having to code a tilemap, by setting a huge background image, and scrolling it around.<p>Moving to 3d, there&#x27;s either a huge jump in conceptual complexity (3d math, etc), and&#x2F;or a load of learning the tool - eg unity, godot, roblox, etc, a lot of the work is operating the &#x27;studio&#x27; and 3d design parts; actual programming can sometimes be just a small part of the project.<p>On the programming track, as a next step from Scratch, I would (and have!) choose lua&#x2F;love2d, or even fennel&#x2F;love2d. Love2d is a simple library&#x2F;framework, and Lua is much simpler than python, and you will (are forced to) learn the basics, for example there&#x27;s no built-in object-orientation, you make it yourself, so you learn how such systems actually work.
earlyriser超过 1 年前
My kid (10yo) started programming in Scratch 2 years ago. He have been doing stuff in Scratch, dabbling a bit with the Microbit and doing some mods for Minecraft. A while on pico8, but he doesn&#x27;t enjoy it.<p>I&#x27;d suggest start with something really small for programming. Like most of Scratch basic challenges. Also, for modeling, checking the 2 or 3 basic MCreator videos plus Blockbench tutorials is enough to start creating mods in Minecraft, something simple as adding a new mineral is a groundbreaking moment.<p>I asked for permission to share his website with his games <a href="https:&#x2F;&#x2F;emiliomg.xyz" rel="nofollow">https:&#x2F;&#x2F;emiliomg.xyz</a> The cactus&#x2F;dinosaur game is a perfect starter project that could be rough, but also you can conitnue adding game juice to the infinite.
评论 #39041268 未加载
评论 #39059051 未加载
blooalien超过 1 年前
Godot [1] is a very nice game engine. There&#x27;s a game on Itch.io that teaches the scripting language it uses [2], and a ton of great tutorials on YouTube for beginners and experts alike.<p>[1]: <a href="https:&#x2F;&#x2F;godotengine.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;godotengine.org&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;gdquest.itch.io&#x2F;learn-godot-gdscript" rel="nofollow">https:&#x2F;&#x2F;gdquest.itch.io&#x2F;learn-godot-gdscript</a>
评论 #39039371 未加载
rednab超过 1 年前
As others have also mentioned, the most important thing you can do is show interest and engage with your son and his ideas. And that really requires only your time and maybe a pencil and a bit of paper.<p>Figure out what kind of game this is and what part of the design process he&#x27;s most interested in. Maybe it&#x27;s not so much the game but he just wants to design cool game characters and have them walk around?<p>If you both do want to make a computer game, I think the various Make-A-Game games, many of which have already been mentioned, are your best bet. Game Builder Garage or Super Mario Maker (Switch), Wonderbox: The Adventure Maker (Apple), RPG in a Box or Super Dungeon Maker (PC), Roblox, whichever is the best match to your son&#x27;s ideas.<p>Unlike some others here, I would recommend <i>against</i> switching to 2D. From a didactic perspective it absolutely would be the way to go as it makes a great many things a lot more manageable, but from experience you run a big risk of losing engagement and interest, especially as your son explicitly wants 3D. For a lot of kids in that age group, 2D just isn&#x27;t <i>cool</i>.<p>I&#x27;d also recommend against full-blown development environments like Godot or Unity, at least until he&#x27;s just a bit older. When he gets to that point, Unity does have some neat templates made especially for kids, where they get kind of a starter game and a walk-through on how to build it out.<p>Whatever you decide, have fun and good luck!
Charon77超过 1 年前
As much as I hate to say it, Roblox Studio is the way, especially seeing it has to be 3D.<p>It&#x27;s pretty low barrier to entry thing
评论 #39038417 未加载
评论 #39040527 未加载
评论 #39038348 未加载
评论 #39038809 未加载
McKayDavis超过 1 年前
My kids were able to make complex 3D games at 9yo with very little help using Roblox Studio. It’s free.<p><a href="https:&#x2F;&#x2F;roblox.com&#x2F;create" rel="nofollow">https:&#x2F;&#x2F;roblox.com&#x2F;create</a><p>Disclaimer: I work for Roblox Corp.
评论 #39041698 未加载
评论 #39037238 未加载
评论 #39036022 未加载
nickcoury超过 1 年前
Plugging my friend&#x27;s side project: <a href="https:&#x2F;&#x2F;quickga.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quickga.me&#x2F;</a><p>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.<p>This shows the end to end development of a soccer game: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;6a1NmNhoO0M" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;6a1NmNhoO0M</a>
评论 #39037061 未加载
评论 #39037731 未加载
primitivesuave超过 1 年前
I created this Scratch proof-of-concept for 3D pong (<a href="https:&#x2F;&#x2F;scratch.mit.edu&#x2F;projects&#x2F;1881311&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scratch.mit.edu&#x2F;projects&#x2F;1881311&#x2F;</a>) over a decade ago when I used to teach kids. I also found several other examples on the Scratch website which show how to build 3D graphics on a 2D canvas. After many years of teaching kids to code, I would say the best introduction for a 9 year old is to start with block-based environments to build structural thinking fundamentals, before introducing him to typed programming languages.<p>The issue I see in starting in Unity or an equivalent high-level abstraction (e.g. threejs.org), is that it doesn&#x27;t build strong fundamentals in how you <i>think</i> about solving problems. Many kids these days think they are &quot;coding&quot; when they are really just modifying a collection of examples and starting points (which has fueled the burgeoning industry of summer camps teaching &quot;Minecraft modding&quot;). As is the case for many other skills, great amateurs make great professionals.
somethoughts超过 1 年前
This could be of interest if it has to be 3D. I haven&#x27;t tried it myself but Code Combat generally has a series of &quot;wizard style&quot; tutorials.<p><a href="https:&#x2F;&#x2F;codecombat.com&#x2F;roblox" rel="nofollow">https:&#x2F;&#x2F;codecombat.com&#x2F;roblox</a><p>If he&#x27;s ok starting with the basics of coding and 2D game development then Code Combat&#x27;s original Game Development 3 Course Series is pretty good to start with if you want him to go autonomously with out basically having him type out&#x2F;copy pasting what you are doing.<p><a href="https:&#x2F;&#x2F;codecombat.com&#x2F;play&#x2F;game-dev-1" rel="nofollow">https:&#x2F;&#x2F;codecombat.com&#x2F;play&#x2F;game-dev-1</a><p>If they are willing to do 2D and can follow a tutorial I&#x27;d recommend microstudio.dev using Lua&#x2F;Python&#x2F;JS or Microscript.<p><a href="https:&#x2F;&#x2F;microstudio.dev&#x2F;tutorials&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microstudio.dev&#x2F;tutorials&#x2F;</a>
galbar超过 1 年前
My introduction to programming was when I was 10 with GameMaker. I found that the same company has a product with the same name that seems to be the spiritual succesor of it[0].<p>I allowed me to start with very simple no-code and move on to incrementaly add codes nipets here and there. Eventually I went crazy and tried to make a game fully with code, avoiding all the tools the engine gave me, just as an experiment (I was very proud of the resulting code-generated UI).<p>I made so many games with it as a kid! 100% recommended!<p>[0] <a href="https:&#x2F;&#x2F;gamemaker.io&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;gamemaker.io&#x2F;en</a>
throwaway71271超过 1 年前
I think making a pico8 game is cool, there are many many guides for shmup games or rogue like games or adventure games, also lua is quite fun to learn, and there is a lot of fun in coming up with the assets for the game, making sounds and etc.<p><a href="https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php" rel="nofollow">https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;results?search_query=pico8+tutorial" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;results?search_query=pico8+tutorial</a><p>Another option is to make a Roblox game, their studio is very accessible and the scripting is quite straight forward (e.g. if you step on this object it moves)<p>I have spent 2 years teaching my daughter and I thought python and pygame are nice, but we made lots of other games, and lots of turtle based generative art (you can also get some basic game ideas from there, like snake or tictactore or whereiswaldo):<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jackdoe&#x2F;programming-for-kids&#x2F;blob&#x2F;master&#x2F;book.md#day-140-while-turtle-strings">https:&#x2F;&#x2F;github.com&#x2F;jackdoe&#x2F;programming-for-kids&#x2F;blob&#x2F;master&#x2F;...</a><p>I think the curve of excitement is quite steep at start, and then it gets super boring, so if you can reduce the scope as much as possible, and manage to get to some playable state its amazing, if you use godot or some other engine you can make the game playable on web so he can share it with his friends its really nice.
tharkun__超过 1 年前
Let him?!<p>Like don&#x27;t make this too complicated. My dad, when I wanted to learn programming literally just gave me some &quot;starter BASIC program&quot; and let me find out things from there. No internet, nothing. Oh and a set of like a gazillion 3.5&quot; floppies with Borland C and a book accompanying it.<p>I made a super cool looking password entry screen with ascii art that was started by autoexec.bat before showing the start menu. Super secure lol (i.e. not at all but super cool and fooled all the other kids).<p>I&#x27;d recommend Roblox for him to start if he really wants to make a game. Zero math required unless he wants to do those parts. Lots of help online, in some cases probably from kids his age actually. And you can but don&#x27;t have to program things properly instead of just using the UI.<p>Also, you didn&#x27;t mention what his vision is. So we can&#x27;t really say if &#x27;let him loose&#x27; is likely just gonna frustrate him or what.<p>That said, one of the best learning experiences I had was when I broke the computer completely. I was playing around with those autoexec.bat settings and suddenly I could not get it to start at all anymore. My parents were gone for the evening. I had I think like 3 or 4 hours until they&#x27;d come back and I definitely didn&#x27;t want to tell my dad that &quot;I broke the computer&quot;. I tinkered and tried things for hours and like minutes before they came back I got it to boot into a DOS prompt again. I was so proud. My dad never knew. R.I.P.
评论 #39036041 未加载
评论 #39035979 未加载
评论 #39035878 未加载
kybernetyk超过 1 年前
&gt;Joke aside, what can I do?<p>nothing? I mean back when I was 9 I was sending level designs to Nintendo - which they replied to but said &quot;thanks but no thanks&quot;. Then I decided to learn programming and got on with it. BASIC then Pascal then C - my parents both didn&#x27;t have any clue about computers and the only help I really got from them was the computer they bought me and that they drove me to the local library so I could get programming books.<p>let him figure it out by himself. chances are he loses interest but also that he catches the programming fever. you can&#x27;t really do anything as a parent other than helping with the logistics :)
signaru超过 1 年前
Back when I had zero experience coding games, I strongly considered Construct2 (<a href="https:&#x2F;&#x2F;www.construct.net&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;www.construct.net&#x2F;en</a> , now Construct3) since it seemed particularly aimed at beginners, requiring no coding experience and using visual scripting.<p>Haven&#x27;t used it though, since I already had programming experience and just ended up using SFML in C++ or Monogame in C#.
评论 #39040119 未加载
chris-orgmenta超过 1 年前
You both might enjoy simondev on youtube: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PPwR7h5SnOE&amp;list=PLRL3Z3lpLmH0aqLDbfh0ZmnDkpXPDnTau" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PPwR7h5SnOE&amp;list=PLRL3Z3lpLm...</a><p>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.
评论 #39038633 未加载
imperialWicket超过 1 年前
It falls short on your 3d request, but for someone new to things I&#x27;d go down the pico-8 rabbit hole.<p>There are some really spectacular (given the limitations) 3d games, but they&#x27;re the exception. However, the IDE is built-in, it&#x27;s basically lua, and you can load&#x2F;view&#x2F;edit the source code for all the published games.<p><a href="https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php" rel="nofollow">https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php</a><p>Some newcomer-friendly tutorials: <a href="https:&#x2F;&#x2F;nerdyteachers.com&#x2F;PICO-8&#x2F;Bitesize_Games&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nerdyteachers.com&#x2F;PICO-8&#x2F;Bitesize_Games&#x2F;</a>
评论 #39038101 未加载
netghost超过 1 年前
I&#x27;d really advise against going down the 3D path first. Not just because the math gets harder, but there&#x27;s all the additional overhead of assets. A 3D game will require an environment, 3d models, etc. Maybe you can scrounge those, but unless he&#x27;s really interested in the art aspect it&#x27;s going to make it a lot harder.<p>Just to get things going, try out a 2D game engine. Love2D is great if you&#x27;re okay with Lua. Browser based engines have a great iteration loop. On that front Kaboom.js could be a really quick way to get something fun that you could iterate on or use as a protoptype (look past the silly assets, it&#x27;s pretty well thought out).<p>I saw some recommendations for Scratch, which might be fun for something simple, but it&#x27;s really challenging (as far as I can tell) to scale up to non trivial games.<p>Taking a step back, see what part of this motivates him. It&#x27;s an awesome opportunity to channel interest into something creative, focus on that. It might mean cutting scope somewhere, but he&#x27;ll get more out of it if you can mine that vein of interest.
siliconc0w超过 1 年前
Start with 2D and something like gamemaker, stealing sprites from games like metal slug. If they aren&#x27;t familiar - setup a mame or snes emulator and go to town.<p>The key is to reduce the barrier to entry and get something emergent to happen. Like a zombie shooter where a shot zombie stumbles into a fire barrel that adds &quot;fire&quot; to anything it touches. This could create a flaming zombie that spreads fire to the other zombies. Boom, the kid is hooked and before you know it you&#x27;re paying for expensive and dubious game design curriculum cursing my existence.
评论 #39046135 未加载
jvmboi超过 1 年前
Your situation is very tough because you want to encourage this but also you have to be realistic and that&#x27;s what your kid probably doesn&#x27;t want to hear.<p>I always try to get across to my daughter of seven that you can&#x27;t scale a mountain in one step just as you can&#x27;t eat a cake in one bite and that trying to do that is guaranteed to be a miserable experience that&#x27;s going to put you off the activity forever.<p>I don&#x27;t think I&#x27;ve quite managed this yet but if I was you I would try to convey that a 3D game is a master level achievement that, while totally possible eventually, you simply have to work up to. And then maybe somehow pivot him into Scratch, Gamemaker or other such tools where he can start learning in a playful and fun way.
评论 #39042984 未加载
73556超过 1 年前
Scratch is the first thing that comes to mind;<p>If thats too basic for his idea - unity, unreal engine and godot are good hard options.<p>My suggestion will be for both of you to create a blank project, and then use gpt4 to understand the enviroment gradually.<p>My dad taught me scrath when i was about the same age and having access to chatgpt as a way to quickly learn how to do the things we wanted woul have amplified the experience so so much!
toddnni超过 1 年前
GDevelop. My son has used that happily. Meant for no-code development, so no real programming experience there, but good to get something out quick.<p>Nowadays supports 3D also, but that is recent feature and will definitely evolve for some time.
评论 #39043816 未加载
weinzierl超过 1 年前
My then eleven year old and me built one in Godot. I can not recommend it enough.<p>The fact, that you can get to something, that has graphics and sound quickly, is just awesome.<p>That it is beyond being an obvious toy (like Scratch) but used by grown-ups to make real stuff is a form of motivation you should not underestimate. I showed my daughter the Tesla app as an example, which was made in Godot back then.<p>Finally, GDScript is similar enough to Python, that it will facilitate learning that later, I hope.<p>We started this almost two years ago and came to a playable result quickly. We are still working on it to eventually publish it on the app store.
apexedison超过 1 年前
We built an editor for making simple (but complete and fun) games to help young folks (or anyone) learn to code.<p>It&#x27;s at sprig.hackclub.com<p>If your son shares the game publicly as a PR we&#x27;ll send him materials to build a console that can play it. We&#x27;ve had hundreds of kids around the world share games you can check out in the gallery.
ecliptik超过 1 年前
Check out Pulp [1].<p>In browser, comes with a scripting engine, sprite and font editors music editors.<p>It&#x27;s for the Playdate, so is all 1-bit, with a focus on making a game to play right away [2] instead of getting bogged down in tooling or a complex modern development process.<p>There&#x27;s an onramp to more complexity using a proper SDK with Lua or C too.<p>1. <a href="https:&#x2F;&#x2F;play.date&#x2F;pulp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;play.date&#x2F;pulp&#x2F;</a><p>2. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=p4eLcP3hgJc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=p4eLcP3hgJc</a>
kuon超过 1 年前
With my son we hooked a python API to minecraft, you can then write some kind of bot. He really had fun with it. Being able to see things in a 3d world he knows with 2 lines of code is what got him hooked. He learned python to build things, not to learn to code.<p>I think you should use a platform with immediate results like this and forget about coding. There is also dreams on ps5 which is great. Try to find a way to scripting or modding a game he loves. It is really rewarding.<p>Also, talk about it when you are with him, in commute, at dinner...
评论 #39043312 未加载
Scarblac超过 1 年前
Scratch is fun, and people make games in it. My kids also loved just fooling around in it, moving sprites and stuff. You can start exploring it together and then he&#x27;ll take over.
评论 #39039812 未加载
joeld42超过 1 年前
Pico-8<p>At first he might just browse and play existing games, then modify their sprites and tiles, then start digging into the code. It’s magic.
somethingsome超过 1 年前
Maybe my advice will not be popular but, I teach 3D programming professionally, and I think the best start is to stay away from code (at the beginning)!<p>Just use unreal engine, its pretty neat and powerful, it will be a very nice bounding experience to learn a (complex) software together! Don&#x27;t be intimidated by all the menus, most kids at 9 can do pretty advanced stuff when they really want it.<p>I advice to download directly a free (official) game tutorial (in unreal engine) and start to play with it, you&#x27;ll have professionally made assets available, levels already designed and even some game mechanics and a step by step tutorial.<p>When, and only when, the general procedure to make a game is understood (terrain creation, what are assets, movements, etc..) you can start with blueprints (block programming), you will be able to reach good quality games just with it. After a while (years maybe), you can start c++ ;)<p>Note: differently than other advices, I say go directly 3d,the barrier is lower than you think with a good engine, and if he wants 3d, no need to bore him with 2d first.<p>Note 2: A friend of mine teached 3d programming with shaders to children of 12-17 yo with great success.<p>Note 3: some people advice Godot, I find it a neat engine, free, open-source mentality, and all that and it&#x27;s very promising, BUT, you will find way less resources and community. As it&#x27;s for someone young, ressources, tutorial material without code, and generally widely disponible online help is crucial to maintain a high engagement. You&#x27;re not trying, at the moment, to teach him open source, but game creation, he will have plenty of time to switch if needed.
atoav超过 1 年前
Before working on a game certain skills need to be there. I would first start with a small project that helps building those skills.<p>Modelling: Blender is a good start. There are tons of tutorials on the subject. With blender you can creat backdrops, models and animations for games<p>Game Engine: I would nowadays start with Godot, there are equally many tutorials<p>Programming: I recommend doing something using processing.org, this is a simple IDE with a powerful library that can be programmed using Python&#x2F;Javascript&#x2F;Java. This is one of the easiest ways to draw something in a window using code.<p>Edit: I think the most important thing is that you go through this together with him. The way is much more important than the goal. If you do this right, you will most important) spend time with your kid, and teach them how to tackle a thing that even daddy isn&#x27;t sure about doing. Discover things together with your son, let him try things even if you already know better. The right motivation is much more important here than getting to something good.<p>And it is hard to say remotely which part about games motivates your kid. Maybe it is the visuals, maybe it is the programming (this is more rare), maybe it is the result. If it is the latter a specialized 2D-engine would be a good start.
评论 #39039425 未加载
评论 #39039276 未加载
debacle超过 1 年前
If it must be 3d, Unity is the right choice. Godot is great, but you will find less help on StackOverflow and YouTube compared to Unity. CodeMonkey has a fantastic library of videos that he keeps short, upbeat, and for non-programmers generally (or new programmers).<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;CodeMonkeyUnity&#x2F;videos" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;CodeMonkeyUnity&#x2F;videos</a>
gloosx超过 1 年前
Back in the day when I was a kid, I was dreaming of my game too and I stumbled upon GameMaker. I don&#x27;t know the state of it now but from my experience it was really easy to grasp even at a fairly young age without help of any adult. I wonder what could I achieve if there was a senior at my side to go through the hardest parts together, but it was definitely one of pivoting experiences in my life which led me to study the world of programming. It also made me realise that i can MODIFY and create ADDONS for many great games around like minecraft and ace of spades, so I started to create custom narratives and objects inside them. Sharing these on forums with other fellow modders and regular players created a very strong feedback loop and kept me motivated to do it for the rest of my childhood. In the end I did not create any really polished and finished game or big mod, but I make a living crafting business applications now and the temptation to let go of everything and start the next masterpiece of a game never leaves my mind :)
a-saleh超过 1 年前
What I did last time I had my kid over at work:<p>I need to work so I open my laptop to work.<p>I have a spare, that I connect to a monitor in an empty space besides-me and fire up <a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;makecode" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;makecode</a><p>Let my kid choose some exercise. If she is stuck she asks me, or I ask her if I should help. We talk shop. She makes animated holiday-card.<p>I can still have reasonable ammount of focus at work, while at the same time it feels we are making a thing together.<p>I would avoid anything heavier - i.e. it is said that you don&#x27;t really have mental capacity to fully understand coding until you are ~11? From other things - scratch exists, I had some success with laying around with Hedy with her, 3d modeling - I would go for tinker-cad that is very simple and geared to make 3d-printable stuff, or blender because it is free and I still remember how to use it from my uni-courses - as 3d modeling gives you immediate feedback-loop.
Kye超过 1 年前
RPG in a Box: <a href="https:&#x2F;&#x2F;rpginabox.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rpginabox.com&#x2F;</a>
评论 #39039187 未加载
bathyspheric超过 1 年前
MakeCode allows you to begin with block code and slide into Python or Javascript. It has many resources available or you can make more sprites or tunes for your game. Even better, you can get a GameBoy-esque hardware to transfer your game too. I make a Sharks-With-Lasers game with my Year 7 students (11-12 yrs) and most find some aspect to enjoy. Larger frameworks can make it tough to get all the way to a game yiu can play yourself. Go for early success, then build on larger frameworks.<p><a href="https:&#x2F;&#x2F;arcade.makecode.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arcade.makecode.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;core-electronics.com.au&#x2F;gamego-handheld-console-code-your-own-games-with-makecode.html" rel="nofollow">https:&#x2F;&#x2F;core-electronics.com.au&#x2F;gamego-handheld-console-code...</a>
chaosprint超过 1 年前
I picked up LOGO when I was 6 and leant Pascal and C later.<p>I didn&#x27;t program for a few years because I wasn&#x27;t interested in competitions. So I think interest is the most important, otherwise it will be easy to get lost and give up.<p>Later, I became very interested in programming, mainly because I came into contact with music technology.<p>I think since your child is interested in game development, it is a good choice to start step by step. For example, starting with threejs. I also recommend learning Rust and Bevy so you learn the underlying layers and ECS.<p>Last but not least, although it&#x27;s not related to games dev but I sincerely invite you and your son to try Glicol (<a href="https:&#x2F;&#x2F;glicol.org" rel="nofollow">https:&#x2F;&#x2F;glicol.org</a>), a music programming project that I am developing.
OscarTheGrinch超过 1 年前
I&#x27;d start with Scratch. Lots of well meaning advice here but Scratch is still the best for kids to build code and quickly see the product dance on the screen. Quick iteration time is the key to building a feelings of accomplishment.<p>We started with the book &quot;Scratch Programming Playground&quot; by Al Sweigart.<p>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: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLy4zsTUHwGJJnoXPSYlKQ15wedqB39W_E" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLy4zsTUHwGJJnoXPSYlKQ...</a>
MrDresden超过 1 年前
I am no game developer but have over the past few years played around with GameMaker and their studio software[0]. I would imagine it to be one of the easiest ways to get started with making a 2D game.<p>Then there is also the option of not jumping directly into the coding bit, and rather cultivate in your son the ability to do on paper designs first.<p>This is a skill that would probably benefit him later in life as it is too often the case that we (software developers) get hyped for the act of developing before we have even decided on WHAT it is and HOW we should be developing.<p>Sounds like you and your son have a fun time ahead of you. Good luck, and have fun!<p>[0]: <a href="https:&#x2F;&#x2F;gamemaker.io&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;gamemaker.io&#x2F;en</a>
jmccarthy超过 1 年前
I&#x27;ve built a few games with my son over the years. The fun part for us was all about fast iteration, and then laughing at the bugs together.<p>There are some other recommendations here for how to approach 3d, and he is specifically asking for 3d -- but I want to put in one more pitch for 2d: the fun-to-tedium ratio can be much higher.<p>I wonder if you could spend some time prototyping some of his ideas in LÖVE <a href="https:&#x2F;&#x2F;love2d.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;love2d.org&#x2F;</a> -- if you show him the smallest sketch of something working, he might have an idea about what to add next.<p>Many years ago, on a flight, we went from 0 to game before we landed (with no experience) using LÖVE.
slackr超过 1 年前
<a href="https:&#x2F;&#x2F;arcade.makecode.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arcade.makecode.com&#x2F;</a> Is great fun to use and made for kids. The forum (forum.makecode.com) is well moderated and safe too.
mikelabatt超过 1 年前
My oldest son is 5, and I am having some of the same thoughts.<p>What system did you do the demos on in the 1990s? Might a &quot;classic&quot; system like that not be the &quot;contained&quot; environment you are looking for as a learning environment? And you are even good at that! Systems like the C64, Amiga 500 and Amiga 1200 are still references for current demoscene competitions. They are timeless, you can find them on eBay or emulate them, and your son will be able to show his skills on those even 10 years from now.<p>If you are afraid that these are not cool enough for your son, fear not. At retro events like VCF, Pixel Heaven, or in the dedicated area at Gamescom, children line up to play on those systems, and for some it is an element of great pride to be experts in them.<p>My answer to your question looks like this at the moment: I will start with a CBM 8032, after showing him how arcade games of the 1980s were. Then I will add a bit of color, sound, and maybe sprites, via a VIC-20 or C64. And then, if things go well, we can add multitasking and more OS and chipset features by exploring one of the last cool systems where you could try to master every secret: the Amiga.<p>It doesn&#x27;t have to be &quot;retro for life&quot;. But I think that learning with a &quot;simple&quot; past like this, also makes you better appreciate the present and the future.
crq-yml超过 1 年前
Let me address that last point of project scoping: it&#x27;s a great skill to teach, and the right way to do it is to introduce Venn diagramming. This is a serious tool for any kind of creative project.<p>The way to use Venn diagrams is to distill &quot;the game&quot; (which, for any pre-teen, and for most first-time adults too, is going to be a jumble of features and assets) into its absolute core: the big picture, philosophy, principles, themes, &quot;design pillars&quot;. The core is the overlap of all the specific stuff: when you implement something, it has code, it has visuals, it has audio, and it should all relate to the core. So, Tetris, Sokoban, and Minecraft are all about &quot;playing with blocks&quot; at some level, but they differ in that the core also contains some other aspect of play. Every piece of media that works for its audience - they find it believable and engaging - is representable in the diagram.<p>So when your son asks for this or that feature, have him work through it on a diagram, filling in &quot;what sound does it make&quot; and similar kinds of details while you address the big picture parts that are hardest. Make lots of little diagrams. You&#x27;ll eventually hit on one where you can reasonably hope to prototype it with your chosen tool. That&#x27;s good enough, when you are 9 years old.
jamager超过 1 年前
To add another idea, perhaps suggest him to do first, as a trial, a physical version of it (a board game). Tell him that is a good approach to explore the design space, playability, etc.<p>It adds a different set of constraints, but it is like 10000X more manageable and pretty fun to build together, because the kid can actually do most of the prototype by himself. Quicker to test, iterate, etc.<p>Then maybe he is satisfied with this and will just want to make another different game :)
melvinroest超过 1 年前
This is going to be very opinionated advice. It might miss context, it might miss nuances but I know I&#x27;d do it and execute on it immediately.<p>Use Unity3D.<p>Specifically: hack a prototype together on your own in order to get your bearings a bit. Then, do it together with him.<p>If you want, we can also create a small Unity3D game together because it sounds like fun and I have not been doing that for the past 10 years.<p>When it comes to teaching programming, you want an interactive programming language. Like, JavaScript in Chrome dev tools is interactive or Pharo is interactive (though Pharo is niche so wouldn&#x27;t recommend as a first language). Hooking up a debugger to a program makes any language more interactive.<p>Some stuff I made back in the day:<p>[1] A computer graphics engine (as someone mathematically challenged, haha): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PH6-dLvZEiA&amp;pp=ygUMbWVsdmluIHJvZXN0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PH6-dLvZEiA&amp;pp=ygUMbWVsdmluI...</a><p>[2] Wind Hockey (in Unity3D took 50 hours not knowing anything about Unity3D before that other than one basic lecture of 60 min. at uni): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qTIZ-_UFXqQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qTIZ-_UFXqQ</a>
Silphendio超过 1 年前
It depends on the kind of game he wants to make.<p>If it&#x27;s about 3D scenery or physics, I would recommend Godot. Just import some 3D models, place them into a scene, add lights and physics, and you need very little coding to have a simple 3D game. You can add complex logic and UI later on.<p>If the focus lies on UI, NPCs, combat, or inventory, I would recommend GameMaker instead. It&#x27;s 2D, but it&#x27;s made for that kind of stuff.
lencastre超过 1 年前
If it helps this was in broad terms my offspring&#x27;s journey into programming. But remember that everyone learns differently. When he was 8 or 9 we started tinkering with an arduino set. Not so much programming but mostly connecting electronic bits and see what happens. From then, our heir sped through a game programming with python book and asked for more... but the interest was not so much to build a game engine rather build a game on an established engine. After much YouTubing, our first born made a short list between Unity, GameMaker and Unreal -- Unity won. From there it was very much a self taught journey. 6-7 playable games have been released, from a tiny 2D sidescroller, a 2D dungeon crawler, a 3D FPS, a 3D survival game, a multiplayer game like Towerfall Ascension,... the Works. Importantly sounds and graphics are original. I&#x27;m quite proud of the accomplishments. Adjust your expectations because it takes time, measured in years, not weeks! For our case in particular, dedication, concentration, and a healthy dose of tolerance for frustration, really helps to chug along.
nottorp超过 1 年前
Ok this is where I&#x27;m going to whine about those 8 bit computers that booted to basic. They were perfect for 9 year old me - i just needed to be shown how to put pictures on screen and read the keyboard and then I went wild on my own.<p>&gt;Joke aside, what can I do? This sounds like a great project for us to explore together and hopefully he can grow interest in software design and development.<p>Don&#x27;t think so. Find a simple framework and let him experiment on his own. It will be very hard for you to abstain from teaching him everything you know and overwhelm him (source: various attempts on teaching my daughter everything i know :)<p>Personal opinion: scene graph (even if 2d) based frameworks that are targeted at amateur game developers, like gamemaker, are too complex and dedicated to productivity not ease of use. A beginning kid may be better served even by ... SDL. If you don&#x27;t try to teach him metaprogramming and advanced data structures and just let him write BASIC in C++.<p>Edit: Oh I missed the 3D part. As others said, maybe convince him to start smaller. Or get him to do a mod for a 3d game with good tools...
tmaly超过 1 年前
If it has to be 3D, Roblox is probably your best bet. There is a book Coding with Roblox Lua in 24 Hours: The Official Roblox Guide that is a good start. But for ages 9, it is going to be a steep learning curve.<p>If he is flexible, I would highly recommend starting with the Scratch programming language. You can make decent 2D games and there is a lot less cognitive overhead.
kosolam超过 1 年前
Hey! Been there exactly. It’s an opportunity for you to catch if you can. I suggest firstly to explain him things as they are that it will take a long time, will require to learn a lot of new things and a lot of work. If he takes on this then you will be partners in this venture and will study together how to build his game. Next regarding 3d I suggest you together with him to check the few development environments that exist for games in order for you and him to understand how much learning and effort will it take in each env. Then you can evaluate and choose from what exists today. In our case we decided to settle on a simpler 2d game first in order to achieve some results quickly. Targeting 3d in the second game. So we choose to use Construct for the first game and we actually delivered it to the Play Store (it was important to finish). We didn’t finish the second and third games but they were already started in Godot and then Unreal Engine, respectively. This is our experience. Your mileage may vary.
评论 #39040318 未加载
pvaldes超过 1 年前
1) Choose a type of game<p>2) Don&#x27;t reinvent the wheel<p>I would suggest to take advantage of the library of open source games with source code available to explore. Maybe you could improve an open source game instead to create a new one<p>If is an adventure game, you could just design a new campaign for Wesnoth.<p>My advice would be to make a role game. With cool design and some bits of still 3D here and there.<p>It can use a mix of techniques, so you can take advantage of it to teach your child lots of new concepts.<p>Is easy. Much less frustrating than trying to recreate Saint Andreas type games. You don&#x27;t need to mess with physics or how to make your characters walk an jump without glitches.<p>Can be finished in a weekend. Just a good history, several pictures of locations and some cards of characters to interact around. You can start with really simple rules and a few characters and call it a day. Mission accomplished.<p>Can be expanded. Add it more and more rich and interesting later, so your child will be entertained for much more time.<p>Is creative. Ask your son to design characters and monsters first and then draw the cards yourself. You could use an image manipulation program or use Stable diffusion to give life to your child ideas in realistic characters and cards, and your son will absolutely love it.<p>3) Don&#x27;t use copyrighted material to create your game. Is teaching the wrong lazy lesson to your child. If you need a location background just use your own photos. Remember Flappy bird and use the game as an opportunity to educate your child in good practices.<p>4) If you feel brave, use blender for creating a small 3D scenery, or mm3d&#x2F;freecad etc to draw detailed maps of buildings and areas.
quan超过 1 年前
During the holiday season in December, I got my 9yr old son into programming by making games with LLM. We made a few browser games, and by the end of it he could write the prompt himself, copy the code to the right places, understand what a function does and add objects to the game by modifying an array.<p>What 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.<p>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<p>Here’s an example that I put online so he can share with friends: <a href="https:&#x2F;&#x2F;mquan.github.io&#x2F;k.ai&#x2F;coin-collector&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mquan.github.io&#x2F;k.ai&#x2F;coin-collector&#x2F;</a>
pwillia7超过 1 年前
Chat GPT would be a good place to start but you should sit with him or he won&#x27;t get very far I imagine. I&#x27;ve written some about little daily coding projects with Chat GPT and building games. You can use Bing for GPT4 if you don&#x27;t have a plus subscription.<p><a href="https:&#x2F;&#x2F;reticulated.net&#x2F;dailyai&#x2F;making-games-with-bing-chat-and-gpt4&#x2F;" rel="nofollow">https:&#x2F;&#x2F;reticulated.net&#x2F;dailyai&#x2F;making-games-with-bing-chat-...</a> <a href="https:&#x2F;&#x2F;reticulated.net&#x2F;dailyai&#x2F;daily-experiments-gpt4-bing-ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;reticulated.net&#x2F;dailyai&#x2F;daily-experiments-gpt4-bing-...</a><p>It can handle 3d too, but that can take a lot more work in my experience. Maybe being able to share screenshots now would improve it. Here&#x27;s a made up music instrument simulator built on three.js <a href="https:&#x2F;&#x2F;pwillia7.github.io&#x2F;echosculpt3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pwillia7.github.io&#x2F;echosculpt3&#x2F;</a>
willguest超过 1 年前
You are welcome to use the framework I made. It&#x27;s called ICVR - Island Collective Virtual Reality. It is a Unity-based framework and has all the modules for creating a simple running, jumping, throwing type mechanics. It is designed for VR and PC and works on standalone devices (Quest 2 type). As a demo, i made a tenpin bowling simulator that is discoverable on the interwebs.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;willguest&#x2F;ICVR">https:&#x2F;&#x2F;github.com&#x2F;willguest&#x2F;ICVR</a><p>If you pair it with another (also FOSS) repo, you can self-host it on the Internet Computer. That means cutting out fees from hosting providers and has security built in. This is not a requirement, but it&#x27;s quite snazzy.<p>I am fairly busy person, but would be happy to give pointers. The setup in Unity is also automated and, to get a simple scene going, no coding is necessary. There are a bunch of assets to get started there too. If, as you say, you are already a dev, this wouldn&#x27;t be much of a learning curve for you.
tnecniv超过 1 年前
I advise doing what the others said. Encourage him and have fun and don’t worry about whether or not a game gets made. When he’s playing games, you might point out how you think the developer implemented things (even simple things).<p>I 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!<p>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.
BeefWellington超过 1 年前
If you haven&#x27;t been exposed yet via Youtube shorts, there&#x27;s a former Blizzard dev-turned streamer and indie dev named Thor Hall who has this resource site for this exact thing: <a href="https:&#x2F;&#x2F;develop.games&#x2F;" rel="nofollow">https:&#x2F;&#x2F;develop.games&#x2F;</a><p>It&#x27;s quite extensive and he&#x27;s very open and encouraging with his community.
scotty79超过 1 年前
Maybe this will help: <a href="https:&#x2F;&#x2F;www.alice.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.alice.org&#x2F;</a>
评论 #39041549 未加载
willguest超过 1 年前
You are welcome to use the framework I made. It&#x27;s called ICVR - Island Collective Virtual Reality. It is a Unity-based framework and has all the modules for creating a simple running, jumping, throwing type mechanics. It is designed for VR and PC and works on standalone devices. As a demo, i made a tenpin bowling simulator that is discoverable on the interwebs.<p>[see github -&gt; willguest -&gt; ICVR]<p>If you pair it with another (also FOSS) repo, you can self-host it on the Internet Computer. That means cutting out fees from hosting providers and has security built in. This is not a requirement, but it&#x27;s quite snazzy.<p>I am fairly busy person, but would be happy to give pointers. The setup in Unity is also automated and, to get a simple scene going, no coding is necessary. There are a bunch of assets to get started there too. If, as you say, you are already a dev, this wouldn&#x27;t be much of a learning curve for you.
klocksib超过 1 年前
Check out Kodu Game Lab; it was a Microsoft Research project from a number of years ago, and is still maintained. Your son won&#x27;t need to learn a language, but he will learn some of the core concepts from a visual paradigm.<p><a href="https:&#x2F;&#x2F;www.kodugamelab.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kodugamelab.com&#x2F;</a>
blah-yeah超过 1 年前
I&#x27;d disregard people who claims your son doesn&#x27;t want to code (Unless A. they know him personally and B. they&#x27;ve actually asked him).<p>I would introduce him to Udemy.com tutorials, such this one, where you learn to build a clone of the game Agar.io (www.agar.io) -- <a href="https:&#x2F;&#x2F;www.udemy.com&#x2F;course&#x2F;socketio-with-websockets-the-details&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.udemy.com&#x2F;course&#x2F;socketio-with-websockets-the-de...</a><p>I&#x27;d also search Udemy.com for the terms &quot;game&quot; and &quot;3D game&quot; and explore its catalogue of courses in the Skill Category &quot;Game Design&quot;: <a href="https:&#x2F;&#x2F;www.udemy.com&#x2F;courses&#x2F;design&#x2F;game-design&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.udemy.com&#x2F;courses&#x2F;design&#x2F;game-design&#x2F;</a>
cracrecry超过 1 年前
I would say NO to my child wanting to make a 3D game. It is just too hard and boring for most 9 years old children.<p>A kid knows what she wants but not what the price that she will have to pay for getting it. Today they are interested in something, tomorrow something else, specially if it is hard work, like 3D. Young children have not the mental abilities to endure hard work. They should be playing and having fun.<p>When they grow up and have friends and are happy in a healthy enviroment then they can endure healthy hard work later.<p>Simplicity and immediate feedback is the most important thing for a kid. Forget Unity, Unreal or other environments that require at least a 14 year old and complex rational skills.<p>I volunteer teaching young children things like 3d printers, mill machines(they can not access dangerous machines until they grow up, but they can design things)... Most children are just going there so they play with their friends. 1 in ten will become an engineer.<p>I will just use Pico8 or Scratch to focus on the design of the game and SIMPLICITY. Teach him basic skills like writing and drawing and basic music and sound, and basic programming so they can introduce real life asserts there, in 2D..and specially game design, to design fun games prototypes.<p>Start doing something basic that is funny in 2D. If he does not loose interest, raise the bar. Since and repeat.<p>This is like if he wants to be an Orchestra director. You start teaching him the musical notes, having fun with melodies, then harmony...<p>Games are designed with minimal proof of concepts, that have no textures, sound recorded with the phone, with a basic dynamic of the game. You test that your basic prototype is fun. Only then you add textures and better sounds, or sophistication.<p>3D modelling, inverse kinematics and Mocap, painting and assigning textures in 3D, it is just so hard and little reward for a kid, with long periods of delayed gratification.
评论 #39040191 未加载
vanpet1985超过 1 年前
I was the same 9 years old back in the 90s waiting to do 3d games, except my dad was not à technical person at all, so I was on my own. My memory is: - 3d math was too complicated and not fun. - a 3d game requires lots of 3d models&#x2F;assets, which I wasn&#x27;t able to create, buy or find. - I still was able to follow à tutorial about directX to rotate a triangle with rainbow colors: not satisfying, I wanted to do games. - What solved my frustration was Flash. Easy to understand and to make finished games (for a 9yo, we&#x27;re not talking masterpieces) - Today, making a 3d game is probably within reach using an engine such as Unity or Godot, and downloading free assets.<p>As a parent, don&#x27;t do much more than exposing him to available options. If he&#x27;s smart, he&#x27;ll find a way to make a game. It only took me 20 years and a full career.
chmod775超过 1 年前
Other than not having a software engineer parent, it reminds me of myself.<p>I didn&#x27;t have any interest in computers until my dad bought a PC that came with Age of Empires 2.<p>Soon I tried to teach myself to code and failed miserably the first few times. While visiting a friend of my fathers (whom I am immensely grateful to), on a whim they gifted me a book that had introductions to ~10 different programming languages (setup, hello worlds + some). Over the next months I went through them one by one and <i>nothing</i> clicked.<p>When I was around 11, while sitting at a boring camping spot while my parents were off diving, I came to revisit the chapter on Windows batch programming and finally managed to make something work. The low complexity and easy setup helped a lot. By the time we came back from vacation, I had made a crappy note-taking app in batch on that 5kg &quot;portable&quot; 300MHz computer monster which my parents used to log their dives. You have no idea how proud I was about having made <i>something</i>.<p>I graduated to VBScript from there, then to Java (which came after in that book). For about 5 years I exclusively programmed in Java, in which I also made my first games (worms-like thing with stick figures, pong-like game where you have to hit blocks etc.), even though I had much bigger projects I attempted: for instance A multiplayer RPG in space, where you design your own physically simulated 2D spaceship and fly it around (I never got collisions in my handrolled physics engine working properly, but learned a lot teaching myself to read mathematical notation).<p>The point I&#x27;m trying to make is that they&#x27;ll probably bounce off the first few times, and that&#x27;s fine. Don&#x27;t be overly focused on results. Even all my failures taught me a lot in retrospect. If they give up this time, then maybe a few months from now they&#x27;ll want to try again, and it&#x27;ll click.<p>Another important thing is treating them like an adult: They&#x27;ve set out wanting to do an &quot;adult thing&quot; - dumbing it down and turning it into a colorful kids activity is probably going to dampen their enthusiasm. If they are proud of something they accomplish, you&#x27;re allowed to be too as a parent, if they fail, don&#x27;t act like you expected them to and simply move on until they want to try again.<p>Don&#x27;t be afraid to start something complex like Unity or Unreal. Even if they are huge complex monsters, getting something basic up and running in them is thankfully easy. Failure is okay.
127超过 1 年前
Godot is really good. GDQuest does really nice tutorials for it: <a href="https:&#x2F;&#x2F;www.gdquest.com&#x2F;tutorial&#x2F;godot&#x2F;learning-paths&#x2F;godot-tours-101&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gdquest.com&#x2F;tutorial&#x2F;godot&#x2F;learning-paths&#x2F;godot-...</a>
Projectiboga超过 1 年前
Looks like you will have a new hobby to share with the kid, try and enjoy yourself and help the kid to have fun with it all. Two tracks which aren&#x27;t mutually exclusive. One he needs to get into blender to work with 3D images, I&#x27;ve been told there are lots of guides and tutorials. Second maybe start with a 2D old school game just to get a handle on the mechanics of getting something onto the screen. I&#x27;d suggest he needs to learn how to read and do research. His generation will want to watch video tutorials but those are time consuming vs what you actually learn. I&#x27;d guess the videos will be good to get an overview of all the parts of modern game development.
gbraad超过 1 年前
Scratch, MakeCode, Godot<p>but since 3D is a requirement, godot seems the more appropriate option. Although, I would say too early.<p>Have made many small games with&#x2F;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.
meristohm超过 1 年前
As an amateur game designer (nothing published, and if I ever did it would be free and targeted at educational environments- for example, I used Sid Sackson&#x27;s Card Stock Market to help teach numeracy) I recommend sticking with tactile materials rather than computers, let alone 3D. For any age, but especially while young, to build those physical-mental connections. Computers are great diversions but they require such a deep infrastructure that I doubt they&#x27;ll last very long.
haunter超过 1 年前
No one mentioned yet but Smile Game Builder is also an option <a href="https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;483950&#x2F;SMILE_GAME_BUILDER&#x2F;" rel="nofollow">https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;483950&#x2F;SMILE_GAME_BUILDER...</a>
lodevalm超过 1 年前
Hello,<p>I would like to share my experience with my son, who is now 11 years old.<p>I introduced him to video games using emulators of old video games when he was 5 or 6 years old. We played together, and naturally, he developed a strong passion for video games. Playing together with video games was a stepping stone from earlier games, like Lego.<p>As he grew curious, he started asking me questions such as, &quot;Have you ever made a video game? How difficult is it? Can you teach me?&quot; In response, I provided him with context on how computers work and found some engaging books from the 80s on computers with good illustrations.<p>Later on, when he had a basic understanding of mathematics, I introduced him to Scratch. After playing together, he began creating his own projects. As his interest deepened, he expressed a desire for more, after some searches I&#x27;ve found that there was a videogame called &quot;Game Builder Garage&quot; for the Nintendo Switch, which I gave him as a Christmas present.<p>Similar to our experience with Scratch, we started playing together, and eventually, I let him explore and create on his own, leading to impressive results. He also began playing Minecraft, another excellent resource for children to develop creativity when supervised by adults. We spent time building various structures together.<p>Now, he has asked me to teach him how to code. I was initially concerned that coding might be tedious and frustrating for a 11-year-old, potentially taking away the fun. However, I found a Python book titled &quot;Python Coding for Kids,&quot; and we began coding together, following the initial chapters. To make it more interesting, he suggested creating stats for Dungeons &amp; Dragons characters, and we collaborated on such projects.<p>While he may not yet be able to code independently, he has acquired foundational knowledge about how things work in the field of coding.<p>Most importantly, we had a tremendous amount of fun together, and I had the pleasure of witnessing his skills grow.<p>I would encourage you to follow your own path and find tools that match your child&#x27;s abilities.<p>Daniele
JansjoFromIkea超过 1 年前
Options I see:<p>1. Games with highly modifiable level building tools: Game Maker&#x27;s Garage, Mario Maker, LittleBigPlanet and (a big step up) Dreams 2. actually playing some indie games with them to try and give them an idea of what&#x27;s remotely feasible 3. if the latter gets them interested in 2D possibilities focusing on pixel art and having you piece the bits together 4. if they&#x27;re still interested start looking at some game making tools; they might want to just focus on pixel art or music or who knows what at that point instead too?<p>Really the hardest bit I see is shifting their thinking on what a game is; atm it&#x27;s probably ramming in every idea they have when it needs to be focusing on one idea and refining the hell out of it.
评论 #39042751 未加载
raxxorraxor超过 1 年前
Depends on how complex your game tries to be, I honestly would try some JavaScript in the browser just because it is so easily accessible and almost immediately nets results. Three.js for rendering and the logic you would need to implement yourself.<p>I only dabbled in game development and have no experience with engines like Unity. I do 3d modelling thoughg and know a bit about asset pipelines. There is quite a lot to learn, even with supposed ready engines like unity.<p>There are some example games, here is something made for Google:<p><a href="https:&#x2F;&#x2F;beinternetawesome.withgoogle.com&#x2F;en_us&#x2F;interland" rel="nofollow">https:&#x2F;&#x2F;beinternetawesome.withgoogle.com&#x2F;en_us&#x2F;interland</a><p>I am sure there are tutorials for similar games.
simple10超过 1 年前
My 9-yo son has been making games with GameMaker <a href="https:&#x2F;&#x2F;gamemaker.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gamemaker.io&#x2F;</a><p>It&#x27;s a popular framework for creating 2D HTML games and publishing them on sites like Crazy Games.<p>GameMaker has a lot of great tutorials and templates that makes it easy to get up and running. I usually just set him up with one of the existing game templates and let him loose on customizing the characters using the built-in tools. Then I help him customize the game interactions. GameMaker has two modes: one for visual flow editing and one for directly editing the code. It&#x27;s a great onramp to learning to code with a super low barrier to entry.
WimYedema超过 1 年前
Nice idea! You may be interested in a repo I created for a small programming course I&#x27;m going to give at the school of my kids, also for 9+. It&#x27;s not 3D, I figured that&#x27;s way too complicated on a number of fronts to start with. It&#x27;s a simple 2D platform game in typescript. The dialogue is in Dutch I&#x27;m afraid, but it could still serve as inspiration: <a href="https:&#x2F;&#x2F;github.com&#x2F;WimYedema&#x2F;alan-and-ada">https:&#x2F;&#x2F;github.com&#x2F;WimYedema&#x2F;alan-and-ada</a> Oh, and I rely heavily on GitHub codespaces to give them a reliable working environment.
protocolture超过 1 年前
Off to a good start if he has planned some of the game on paper. I would try and get him to do the following:<p>1. Take his notes and make a basic game design doc. If its 3d, focus more on what the main character can do than anything else.<p>2. From the design doc, see if theres any free or free adjacent unity plugins to do what he wants.<p>2a. If he tries out a feature and he doesnt like it, send him back to the design doc, seeing as thats what he sees his role as.<p>3. Make yourself more of a systems integrator. You will probably need to learn some stuff, like blender scene importing, and basic game logic. But its pretty easy these days to knock something at least fun to demo together from the unity store.
naasking超过 1 年前
You can start with simple physics simulations. Ten Minute Physics channel has some great basic intros:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;oPuSvdBGrpE?si=3HNjgo-_lruGgAaq" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;oPuSvdBGrpE?si=3HNjgo-_lruGgAaq</a><p>They have tutorials on rigid body physics, fluid sims, etc. so those can all be fun projects to explore the basics with your kid.<p>Or you can start with a library that provides these and focus on making it interactive or game-like:<p><a href="https:&#x2F;&#x2F;brm.io&#x2F;matter-js&#x2F;" rel="nofollow">https:&#x2F;&#x2F;brm.io&#x2F;matter-js&#x2F;</a><p>JavaScript in the browser is an easy environment to setup and play with for this kind of thing.
PaulHoule超过 1 年前
How about using<p><a href="https:&#x2F;&#x2F;scratch.mit.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scratch.mit.edu&#x2F;</a><p>?
throwawayqqq11超过 1 年前
Sorry, i dont have time to read the whole thread. A quick search for &quot;blender&quot; revealed just one hit. Here is my unprofessional take.<p>Use blender as a gateway for his visual ambitions. You can use his drawings as a background and sculpt something pretty from that blue print. Then get to animations, then the blender game engine, then python. Just as options ofc.<p>Blender looks frightening at first, so you might to learn some before to overcome the first hurdles but there are also alot of kid friendly tutorials out there.<p>Good luck :)<p>Edit: Working with blender is actual fun and this graphical approach has also the advantage for nudging him very slowly into this monumental task :)
ryandamm超过 1 年前
Scratch is great. Let me also plug using an LLM to help code a game; I got good mileage on an Arduino project with my son by having him talk to the ChatGPT app and pasting the resulting code into the IDE. Great experience for everyone.
nemo_taiwan超过 1 年前
Programmers and coding on game engine:<p>The Definitive C++ Book Guide and List? - stack overflow <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;388242&#x2F;the-definitive-c-book-guide-and-list" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;388242&#x2F;the-definitive-c-...</a><p>Best Lua Books for Beginners and Advanced Developers - turing <a href="https:&#x2F;&#x2F;www.turing.com&#x2F;kb&#x2F;best-lua-books-to-learn-embedding-language" rel="nofollow">https:&#x2F;&#x2F;www.turing.com&#x2F;kb&#x2F;best-lua-books-to-learn-embedding-...</a><p>Unreal Engine 5 Revealed! | Next-Gen Real-Time Demo Running on PlayStation 5 - youtube <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qC5KtatMcUw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qC5KtatMcUw</a><p>Best Unreal Engine Books For Aspiring Game Developers - whatpixel <a href="https:&#x2F;&#x2F;whatpixel.com&#x2F;best-unreal-engine-books&#x2F;" rel="nofollow">https:&#x2F;&#x2F;whatpixel.com&#x2F;best-unreal-engine-books&#x2F;</a><p>3d animators and content assets:<p>Best 3D Modeling &amp; Digital Sculpting Books - Concept Art Empire <a href="https:&#x2F;&#x2F;conceptartempire.com&#x2F;best-3d-modeling-books&#x2F;" rel="nofollow">https:&#x2F;&#x2F;conceptartempire.com&#x2F;best-3d-modeling-books&#x2F;</a><p>Final fantasy X&#x2F;2 - Cascada Everytime we touch (slow) - youtube <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fuFF_6bg4T4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fuFF_6bg4T4</a><p>3D Animator Job Description, Salary, Skills &amp; Software <a href="https:&#x2F;&#x2F;www.cgspectrum.com&#x2F;career-pathways&#x2F;3d-animator" rel="nofollow">https:&#x2F;&#x2F;www.cgspectrum.com&#x2F;career-pathways&#x2F;3d-animator</a><p>Dead Fantasy Full HD all Part (1, 2, 3, 4, 5, 6) - youtube <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EHA3opXjcd0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EHA3opXjcd0</a><p>The Art of Fighting Game Animations: A Step-by-step Guide - ArtStation <a href="https:&#x2F;&#x2F;www.artstation.com&#x2F;blogs&#x2F;gamepackstudio&#x2F;4wON&#x2F;the-art-of-fighting-game-animations-a-step-by-step-guide" rel="nofollow">https:&#x2F;&#x2F;www.artstation.com&#x2F;blogs&#x2F;gamepackstudio&#x2F;4wON&#x2F;the-art...</a><p>Oh is this what you want or what your son want?
runeblaze超过 1 年前
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.<p>I suggest something that is <i>really</i> 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.<p>When he is 12 or 13 maybe then try Unity + Bolt and then progress into Unity + C#.
captain_nemo超过 1 年前
Programmers and coding on game engine:<p>The Definitive C++ Book Guide and List? - stack overflow <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;388242&#x2F;the-definitive-c-book-guide-and-list" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;388242&#x2F;the-definitive-c-...</a><p>Best Lua Books for Beginners and Advanced Developers - turing <a href="https:&#x2F;&#x2F;www.turing.com&#x2F;kb&#x2F;best-lua-books-to-learn-embedding-language" rel="nofollow">https:&#x2F;&#x2F;www.turing.com&#x2F;kb&#x2F;best-lua-books-to-learn-embedding-...</a><p>Unreal Engine 5 Revealed! | Next-Gen Real-Time Demo Running on PlayStation 5 - youtube <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qC5KtatMcUw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=qC5KtatMcUw</a><p>Best Unreal Engine Books For Aspiring Game Developers - whatpixel <a href="https:&#x2F;&#x2F;whatpixel.com&#x2F;best-unreal-engine-books&#x2F;" rel="nofollow">https:&#x2F;&#x2F;whatpixel.com&#x2F;best-unreal-engine-books&#x2F;</a><p>3d animators and content assets:<p>Best 3D Modeling &amp; Digital Sculpting Books - Concept Art Empire <a href="https:&#x2F;&#x2F;conceptartempire.com&#x2F;best-3d-modeling-books&#x2F;" rel="nofollow">https:&#x2F;&#x2F;conceptartempire.com&#x2F;best-3d-modeling-books&#x2F;</a><p>Final fantasy X&#x2F;2 - Cascada Everytime we touch (slow) - youtube <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fuFF_6bg4T4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fuFF_6bg4T4</a><p>3D Animator Job Description, Salary, Skills &amp; Software <a href="https:&#x2F;&#x2F;www.cgspectrum.com&#x2F;career-pathways&#x2F;3d-animator" rel="nofollow">https:&#x2F;&#x2F;www.cgspectrum.com&#x2F;career-pathways&#x2F;3d-animator</a><p>Dead Fantasy Full HD all Part (1, 2, 3, 4, 5, 6) - youtube <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EHA3opXjcd0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EHA3opXjcd0</a><p>The Art of Fighting Game Animations: A Step-by-step Guide - ArtStation <a href="https:&#x2F;&#x2F;www.artstation.com&#x2F;blogs&#x2F;gamepackstudio&#x2F;4wON&#x2F;the-art-of-fighting-game-animations-a-step-by-step-guide" rel="nofollow">https:&#x2F;&#x2F;www.artstation.com&#x2F;blogs&#x2F;gamepackstudio&#x2F;4wON&#x2F;the-art...</a><p>Good luck! Oh, is this what you want or what your son want? &gt;=P
liampulles超过 1 年前
There is a piece of software called FPS Creator which I used when I was much younger to make 3d shooter levels, and it does not require coding. You can drag and drop assets, and there is existing scripted behaviour for enemies and doors, etc.<p>I see that company still makes modern equivalents <a href="https:&#x2F;&#x2F;www.thegamecreators.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.thegamecreators.com&#x2F;</a><p>But my general recommendation is to maybe start with something which is more of a 3d sandbox and level editor. That gets you the 80&#x2F;20 value.
FloNeu超过 1 年前
Give him a pen an paper to lay out the rules of the game - it’s great practice to sort out the tasks and elements required to design a game and&#x2F;or program - slowly introduce him to programming simple stuff like minesweeper and game of life… if he holds interest he will work his way into a game engine. Kids think a game is saying - it should be 3d and jumpy&#x2F;shooty with a pink weapon that makes a ‚preff‘ sound… use this motivation to show them what planing - working hard towards a goal means. Lots of good lessons.
dukeofdoom超过 1 年前
This is probably the best channel to get started. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@ClearCode&#x2F;videos" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;@ClearCode&#x2F;videos</a><p>Tutorial how to make a mario style game <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=YWN8GcmJ-jA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=YWN8GcmJ-jA</a><p>Flopyy Bird <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=VUFvY349ess" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=VUFvY349ess</a><p>Uses pygame and Tiled.<p>Step by step, a 9 year old could follow along
mquirion超过 1 年前
Our local community college had a game dev camp in the summer, and that was a great start for my 9yo b&#x2F;c it had a program for him to follow and kids like himself with whom to learn. Then this past holiday season we built a game together. I&#x27;ve built software for 23 years but never a game. He taught me so much! I taught him things like how to get something deployed so his buddies could see it online. Great fun.<p>And since the camp was thru the community college, it was very affordable. I think it was $150 for the week.
Wowfunhappy超过 1 年前
OP, if you do want to go the route of actually helping him make something, I wonder if <i>Dreams</i> on Playstation would be a good fit.<p>Of all the accessible game creation tools I know of, this is the only one which:<p>- Is made for 3D by default.<p>- Is reasonably flexible in terms of the type of game you can create.<p>- Isn&#x27;t Roblox (aka extremely exploitive).<p>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 <i>really</i> want that.
aantix超过 1 年前
GPT with a really high level framework is your friend.<p>My really young kids and I were about to put out a Roblox “obby” in about four hours asking GPT when we got stuck. Their 3D environment helps as well.
RecycledEle超过 1 年前
1. There are drag-and-drop systems that teach kids to program. MIT App Inventor, Scratch, and Alice come to mind.<p>2. Look for tutorials you can follow on YouTube and after several hours of your following it, show gim the tutorials. If you do not invest the time you will either give him links to BS artists, or (s)he will have a question you can not answer.<p>3. Ask questions as your learn using several generative AI chat bots. Show him the ine that works the best. Some will do OK, some will be awful.<p>Source: I&#x27;m a computer teacher.
okhan超过 1 年前
I got into making games around that age, back in the mid 90s. I used a tool called Klik and Play which didn&#x27;t require any coding, everything was visual. It really clicked with me, I had a lot of fun and learned a great deal.<p>Klik and Play is ancient history now, but the company that made it is still around, might be worth a look: <a href="https:&#x2F;&#x2F;www.clickteam.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.clickteam.com&#x2F;</a>
kritr超过 1 年前
Like a lot of people in this thread. I was 9 when I started using game maker. This wasn’t by chance, the good fortune of some willing parent who wanted to teach kids how to make games started a club at my elementary school. By the end of the year, I could put together most rudimentary 2d games I could imagine. I think more than anything, don’t worry about finishing, don’t worry about getting everything right, empower the kid to engage with their ideas and that’ll go a long way.
LargoLasskhyfv超过 1 年前
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;NetLogo" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;NetLogo</a><p><a href="https:&#x2F;&#x2F;ccl.northwestern.edu&#x2F;netlogo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ccl.northwestern.edu&#x2F;netlogo&#x2F;</a><p><a href="https:&#x2F;&#x2F;ccl.northwestern.edu&#x2F;netlogo&#x2F;faq.html" rel="nofollow">https:&#x2F;&#x2F;ccl.northwestern.edu&#x2F;netlogo&#x2F;faq.html</a> &lt;- look for 3D in there<p>And countless intros and courses of varying quality &amp; complexity on youtube...
taeric超过 1 年前
Mario Maker. Pretty much full stop. After that, Scratch has some good facilities to make games, as well. But starting at low level dev kits is just not where you want to be.
评论 #39043014 未加载
imnes超过 1 年前
I wouldn&#x27;t try to implement anything yourself. Use one of the game building toolkits already out there.<p>If you don&#x27;t mind going vintage, this is one I used many years ago, it&#x27;s for building 3D games similar to DOOM, for DOS. You might need a dos emulator to run it in if your OS is too new to support it. Fun to play with though.<p><a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;lukecool_gmail_GCS" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;lukecool_gmail_GCS</a>
mmikeff超过 1 年前
Depending on how complex his vision is, you might be able to do a chunk of this in side someone else&#x27;s game, Roblox, MineCraft etc. I recall my daughter spending loads of time in Roblox games that other kids had made, so long as the game logic is not to crazy you might just need to arrange objects and let the existing 3d controls take care of the hard part.<p>Also, top commenter is right, the game won&#x27;t get finished so aim for an achievable goal that is interesting in it&#x27;s own right.
Freeboots超过 1 年前
Maybe look into Roblox. I don&#x27;t actually know much&#x2F;anything about Roblox, but I&#x27;m sure I&#x27;ve read about mods&#x2F;games&#x2F;whatever being built in it.<p>Possibly Minecraft too.
jot超过 1 年前
Not 3D but my 7 year old and I have been having loads of fun with DragonRuby[0]<p>He also wanted 3D but once we added some great looking dinosaur sprites (generated with DALL E) he was fully engaged. I&#x27;m a ruby developer and it&#x27;s been a joy learning the differences between web and game dev.<p>Knowing that we can easily distribute on mobile platforms, web, Steam and Switch once we&#x27;re ready has kept us coming back.<p>[0]: <a href="https:&#x2F;&#x2F;dragonruby.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dragonruby.org&#x2F;</a>
bitpow超过 1 年前
My son started making games in Scratch at around 8 or 9. He eventually graduated to Pico-8 and at 12 that is still his preferred tool for making games.<p>A few threads here recommend pico-8, however, you said he specifically wants the game to be 3D.<p>The developer of pico-8 has another project named Voxatron which is similarly accessible like pico-8, but for 3D gaming.<p>Worth a look: <a href="https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;voxatron.php" rel="nofollow">https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;voxatron.php</a>
评论 #39057126 未加载
Benjaminsen超过 1 年前
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.<p>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)<p>Happy to grand you access if you sign up and submit a developer application at <a href="https:&#x2F;&#x2F;beta.frvr.ai&#x2F;creator&#x2F;" rel="nofollow">https:&#x2F;&#x2F;beta.frvr.ai&#x2F;creator&#x2F;</a>
评论 #39038695 未加载
brudgers超过 1 年前
* Simple language<p>* Simple games, tic-tac-toe (naughts and crosses), hangman, pong.<p>* Pair programming<p>* An activity you do together.<p>It’s an opportunity to be peers because neither of you has expertise or experience.<p>It’s an opportunity to learn together.<p>Don’t let it be “Once, my dad and I…”<p>Good luck.
ciroduran超过 1 年前
May I suggest Bitsy? <a href="https:&#x2F;&#x2F;bitsy.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitsy.org&#x2F;</a><p>Depending on your son&#x27;s interests, he might be more oriented towards telling stories, Bitsy allows to write stories and dialogues. The tool has some restrictions on what you can do, so you can focus on the story and the conversations you can make (the dialogue tool is very good!)<p>The result then can be converted to html and uploaded to itch. Bitsy jams are very popular.
aksss超过 1 年前
Wow, 9? That’s tough. I was just starting a 12yo on coding and it was hard to teach beyond what they were immediately interested in. I like the other comment that stressed the kid doesn’t want to learn to code, he wants to make a game and spend time with you. If anything, I’d find very quick 2D tools and sell him on it as a “draft” or proof of concept that you can convert to 3D later. Then focus on design and let his imagination run wild storyboarding it, etc.
jasonjmcghee超过 1 年前
Consider using some seriously modern tech (LLMs!) to make games with point and click&#x2F;draw.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tldraw&#x2F;make-real">https:&#x2F;&#x2F;github.com&#x2F;tldraw&#x2F;make-real</a><p>This is a really fun project that uses GPT4 and TLDraw. People have made games with it- it’s super WYSIWYG and you can draw the state machines as a diagram with boxes and arrows, the UI directly, etc. I would have loved to have this as a kid.
AshleysBrain超过 1 年前
We make Construct: <a href="https:&#x2F;&#x2F;www.construct.net" rel="nofollow">https:&#x2F;&#x2F;www.construct.net</a><p>It has a capable block-based alternative to coding suitable for young people&#x2F;beginners, and a &quot;Behaviors&quot; system that can get instant results (e.g. a built-in Platform movement). It&#x27;s mostly 2D focused but can do some simple 3D (like retro-style FPS). If they want to go further, you can do JavaScript&#x2F;TypeScript coding too!
sixhobbits超过 1 年前
We did some tutorials and a book[0] on using KaboomJS. One of them is a &quot;3D&quot; game but probably not in the sense you mean.<p>They probably need updating as Kaboom had a few updates, but I was surprised by how much the writers enjoyed making the games. A bit like building Flash games but without needing to add in all the free vulnerabilities.<p>Let me know if you try them!<p>[0] <a href="https:&#x2F;&#x2F;makejsgames.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;makejsgames.com&#x2F;</a>
junon超过 1 年前
GameMaker is how I started as a kid. I know it&#x27;s drastically different from 15+ years ago but at the time I installed it on a PC at the day camp I volunteered at and all the kids there were making silly little games all the time with it.<p>I make game engines from scratch for fun now, if that makes a difference. It all started with GameMaker.<p>The second is Scratch, but IMO GameMaker is just as accessible and is closed to a Real game engine than scratch is.
nitwit005超过 1 年前
Since this is a developer forum, and people will tend not to bring it up: See if what they actually want to do is make art for games. It sounds like they&#x27;ve been busy doodling on paper. Games are often basically just pictures, music, and other creative assets glued together.<p>In that case, just go find the tool that seems to require the least programing for what they want to build.
ldenoue超过 1 年前
Back when my kids were 9 we made a simple math game called PopMath in html and it was using a basic animation loop to move bubbles around the screen. I then converted it into native ObjectiveC for the iPhone and it was a hit with them!<p>Nothing fancy: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;popmath-lite&#x2F;id303258911" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;popmath-lite&#x2F;id303258911</a>
kevin_nisbet超过 1 年前
It might be difficult for a 9 year old but there was an interesting series on YouTube or twitch called handmade hero. I didn’t follow it all the way through but the person hosting it did a weekly livestream and just started writing a game and engine from scratch in c. I don’t know if it’s still active but there are 600 videos in a YouTube playlist.<p>Even if not sticking with games I think it’s possible to learn a lot from the series.
danielvaughn超过 1 年前
I’d recommend getting a PS5 and buying Dreams. It’s a fantastic tool for making games, and allows you to bypass the 3D math. Seriously, it’s incredible.
评论 #39041987 未加载
caseyf超过 1 年前
my kids and I have tried a bunch of the 2d options and we&#x27;d recommend Bloxels for making platform or top down 2d retro style games.<p>It&#x27;s very fun to use and it includes everything you need - sound, pixel art editor.<p>We started playing with it in 2020 and my kids still pick it up and make new little games themselves, without my help.<p>Downsides: 1) there is no coding at all so you are limited by the features it offers 2) another monthly subscription
julianozen超过 1 年前
Looking Glass is a scratch-like software designed to teach kids to code in a 3D environment<p>I don’t think it is quite like a video game. It more allows you to make a scene. Perhaps this can help scratch the itch and can let your child be in the drivers seat<p><a href="https:&#x2F;&#x2F;lookingglass.wustl.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lookingglass.wustl.edu&#x2F;</a><p>(I also I used to be an HCI research for the team when I was an undergrad)
acheong08超过 1 年前
He’s very young. I think starting with scratch would be nice. 3D is too complicated for a 9 year old and assets are expensive.<p>Side note: I was around the same age as your son when I was first introduced to Scratch. Although not a “real” programming language, it did help me grasp the logic and really gave me a head start years later when I actually started learning programming in Python.
coffee超过 1 年前
Have you tried the <a href="https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php" rel="nofollow">https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php</a> on something like a <a href="https:&#x2F;&#x2F;www.raspberrypi.com&#x2F;products&#x2F;raspberry-pi-400&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.raspberrypi.com&#x2F;products&#x2F;raspberry-pi-400&#x2F;</a> ?
imnes超过 1 年前
I&#x27;d use one of the existing game toolkits that you can build a 3d game on top of, not try to build anything from scratch. If you want to go vintage this was a DOS app for creating DOOM style 3D games.<p><a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;lukecool_gmail_GCS" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;lukecool_gmail_GCS</a>
akaike超过 1 年前
That sounds lovely Why don’t you put coding and all the complicated stuff aside and try to build it in an interactive way? For example, there is a game on PlayStation called Dreams; check it out.<p>It allows you to create 3D games in a more casual and interactive way, without getting too complicated, although it also allows things to be made complicated if you want to.<p>Good luck
literallyroy超过 1 年前
I’m pretty late to this one, but I’d highly recommend Roblox. You can easily make a quick 3D game with a multiplayer game editor and there’s lots of prebuilt components to get the game off the ground quickly.
GolDDranks超过 1 年前
Use Multimedia Fusion or Construct. The former is what I started with, and the latter is a modern iteration of that. Alternatively, Game Maker. If he hasn&#x27;t been interested in computers before now, don&#x27;t ruin the momentum, start from quick and easy, then introduce Lua scripting and if he&#x27;s still interested, consider Unity or Unreal.
评论 #39042419 未加载
greysphere超过 1 年前
If they&#x27;re super motivated by the 3dness, Id suggest try Spore with the Galactic Adventures. Spore is a great 3d editing program for someone to get introduced to and Galactic Adventures let&#x27;s you put all the stuff you create together in a world, with basic scripting and ai, all in a very player friendly way. (Disclaimer, I worked on these)
fillskills超过 1 年前
Have you tried Make it by tldraw? Its free and fun! Here is a good example: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;tldraw&#x2F;status&#x2F;1746265563368710345" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;tldraw&#x2F;status&#x2F;1746265563368710345</a>
CodeWriter23超过 1 年前
Use the &quot;crawl before you walk&quot; metaphor and tell him to design it to 2d first and when that gets going, you all can look at 3d. You&#x27;ll never do the 3d version with him but maybe he might do it solo... You guys might actually accomplish something. Valuable lessons to be had in risk containment, testing ideas, etc.
theGnuMe超过 1 年前
Roblox studio works pretty well. I’m sure there will be some AI code assisted game creator programs too.<p>It’s cognitively a lot to handle so
theoriginaldave超过 1 年前
Scratch itself can be fun for kids just making characters and objects move around like an animated cartoon, then add game elements like navigating the character through a maze, then adding stuff like kicking a ball through a goal.<p>You can probably get that far in a day or two. And if interest persists, advance to customized Minecraft or Roblox.
otachack超过 1 年前
Pico-8! There are also zines people have made with straight up &quot;type this in and it&#x27;ll make a game&quot; like many HN-friends here have gone through with BASIC and other languages.<p>Seeing how young your kid is they may fall off it but I think pico-8 is immensely accessible to anyone and contains all the tools needed for making a game.
emjoes1超过 1 年前
Others comments are great. I just wanted to throw out a couple of things my son and I enjoy - RPG in a Box which you can find on Steam is great as you can make a game without needing to write code but also supports scripting if he decides he is interested. Also doing the Build Box by Mark Rober is fun though a bit pricey.
bald42超过 1 年前
Thor Hall is talking about this topic all the time on yt&#x2F;twitch and his site<p><a href="https:&#x2F;&#x2F;www.develop.games&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.develop.games&#x2F;</a><p>You might check this out and most likely have seen some of his clips on YT already if you searched anything game dev related since he really blew up there recently.
MarcScott超过 1 年前
I don&#x27;t know how helpful this is, but you might like to work through these kid focused projects with him, so at least he has some idea about game development.<p><a href="https:&#x2F;&#x2F;projects.raspberrypi.org&#x2F;en&#x2F;collections&#x2F;unity" rel="nofollow">https:&#x2F;&#x2F;projects.raspberrypi.org&#x2F;en&#x2F;collections&#x2F;unity</a>
khaki54超过 1 年前
Looks like you&#x27;re making a game then. Talk him into descoping the prototype to something that will work with scratch. Begin laying out the game, let him know the artwork and sound you need. Let him look over your shoulder, you will end up doing most of the work though. Invite him to any major design decisions
mansoor_超过 1 年前
Try Scratch: <a href="https:&#x2F;&#x2F;scratch.mit.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scratch.mit.edu&#x2F;</a>
triptych超过 1 年前
I found a site that seems like it would be fun to try to build games in ( outside of Roblox or Minecraft) called Dot Big Bang <a href="https:&#x2F;&#x2F;dotbigbang.com&#x2F;social" rel="nofollow">https:&#x2F;&#x2F;dotbigbang.com&#x2F;social</a> they have a GUI builder but also coding and it&#x27;s 3D out of the box.
quickthrower2超过 1 年前
Roblox is not a bad choice. Janky graphics but it is very expressive. For example minecraft in roblox is quite impressive
onehair超过 1 年前
Well, tell him one needs to take baby steps before they start running. Tell him 2D is how all the programmers start, and they all start from using <a href="https:&#x2F;&#x2F;www.scratchjr.org" rel="nofollow">https:&#x2F;&#x2F;www.scratchjr.org</a><p>Going straight to 3D is going to feel like a chore after a few minutes and stomp his drive
briffid超过 1 年前
Geometry Dash! Its level editor is actually a full-blown game engine now.<p>Though my child built several games in Scratch around this age.
dcchambers超过 1 年前
Why not try to build the game together in a sandbox game like Minecraft, Gary&#x27;s Mod, Little Big Planet, Mario Maker, etc. The limitations of those sandbox engines make it more fun, there&#x27;s no (or minimal, simplified logic) programming required, and you can instantly see results and have fun.
评论 #39043356 未加载
mo_42超过 1 年前
I think you’re looking for an open source game that is small, can be built and run, and your son likes already.<p>From there he can start tinkering with code and assets.<p>That way your son directly sees the results of his work. Creating an entire game from scratch even with the best tools might be too much in the beginning and he will lose interest.
Fire-Dragon-DoL超过 1 年前
Rpg maker is a fun experience. Way simpler but can also become complex. I got into coding at 12 with that. You can do very little coding or a lot of coding, it helps figuring out which parts of the experience are fun.<p>It&#x27;s available on steam
TomK32超过 1 年前
Don&#x27;t worry too much about 3D (though Godot will make it easy enough to switch from 2D to 3D and even combine both) but focus on fun instead: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Fy0aCDmgnxg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Fy0aCDmgnxg</a>
im3w1l超过 1 年前
I say make a mod for a popular and easily moddable game like minecraft or roblox. You will have a 3d engine and content for free - this is incredibly important. You need a quick MVP or he will lose interest. Then you can try to gradually add code and assets to make it closer to his vision.
chasil超过 1 年前
The classical language for children from the early years was Logo.<p>Smalltalk also began as a language for children, but grew far beyond that.<p>Logo is not 3D.<p><a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Logo_(programming_language)" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Logo_(programming_language)</a>
spacecadet超过 1 年前
Start with paper and pencil, &quot;Umbra&quot; is a great sci-fi pen and paper single or 2 player drawing game that introduces mechanics and is creative. Then move onto complex dice table tops or jump straight to Pygame! Pygame is great, I use it to make non-game python interfaces too.
joesb超过 1 年前
The game doesn&#x27;t have to be started from scratch.<p>For example, get him to write game on top of Roblox. Or any other game that allow simple mod.<p>If you want to get more hands on, there are plenty of game engines that is simple to write, many are in Python.<p>If you have an iPad, there are lots of Game coding app, like Swift Playground.
AtypecastA超过 1 年前
Hi, welfare.<p>My approach: 2d first. QuickEdit+, HTML Canvas, CSS, Javascript. On mobile.<p>3d scenes in between.<p>Everything from scratch, mobile phone always there to be seized and used for enhancements or little proof of concepts...<p>Start with a corn maze. Generation, cursor giving direction, a moving dot forbidden to touch or even hit walls...<p>Hope that helps.<p>Christian, Dresden<p>Edit, typo: dirst&#x2F;f
threeboy超过 1 年前
ClickTeam Fusion 2.5 (the Five Nights at Freddy engine) is a &quot;no code&quot; game engine where you define interactions between the different game parts with essentially a big spreadsheet - your son may be able to tinker with it and realize his ideas in it easily.
sfifs超过 1 年前
Scratch. It&#x27;s the perfect programming language for kids that age and especially makes programming games easy and natural. I&#x27;ve taught about a hundred kids that age programming over the years through scratch. The ones who get inclined eventually move to python.
Levitating超过 1 年前
I am also going to highly recommend Scratch[1]. That is what got me into a programming around that age. You can even help him make a website to host his games on.<p>[1]: <a href="https:&#x2F;&#x2F;scratch.mit.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scratch.mit.edu&#x2F;</a>
sureglymop超过 1 年前
I would say start with something like pico 8. It&#x27;s not necessarily 3D but is easy and has a huge community around it. You&#x27;ll quickly be making small games so there will be confidence boosts. And eventually you can embark on creating the game he wants to make.
frankleeman超过 1 年前
Use scratch. My kid loves it, and despite him being only 6 when he started, he actually knows what he&#x27;s doing. His games are mostly &#x27;the cat flies through the air when it touches the cheese&#x27; (in other words, not really a game) but he has tons of fun.
wschlender超过 1 年前
You could start with a text adventure.<p>It&#x27;s how I started back in the 90s, and it&#x27;s so simple he could do most of it himself.<p>It&#x27;d let him focus on story, basic programming (if-statements) and if you wanted to add 3d you could generate some 3d images with one of the cool new AI tools.
Unfrozen0688超过 1 年前
Maybe he should figure it out? This curling cripples kids. Source: Me<p>I&#x27;m only good at the things I was forced to figure out myself, as no one else knew. Like the family computer, installing it etc. Then building my own, installing and troubleshooting Windows etc.
swiftcoder超过 1 年前
This seems to be in the complete opposite direction of other suggestions here, but the majority of my pre-teen gamedev experience was in the StarCraft I and WarCraft III map editors. These days the StarCraft II map editor would get my recommendation.<p>Why? Because you start from the base of a working game, and incrementally add the specifics of your desired gameplay. In other engines you&#x27;ll start with more or less a blank slate, and not only is that intimidating for newcomers, but it also comes with a large delay between building something, and being able to interact with the result.<p>The Blzzard map editors are incredibly powerful. They&#x27;ve spawned multiple entire genres (Tower Defense and MOBAs both originated as custom maps).<p>They have an accesible scripting system that is kind of a blend between a visual and a text-based programming language. They have an extensive content library built in, so you don&#x27;t have to learn 3D modelling before you get started on gameplay...
评论 #39040129 未加载
评论 #39040045 未加载
nicoburns超过 1 年前
<a href="https:&#x2F;&#x2F;gamemaker.io" rel="nofollow">https:&#x2F;&#x2F;gamemaker.io</a> is excellent (or at least was 10 years ago). It&#x27;s not open source, but it has a free version, and is more beginner friendly than something like Unity or Godot.
Heyso超过 1 年前
Make him do some level design, for example he can create Doom levels.<p>It can also be paper&#x2F;board games if he is into it.<p>He could make some rules variations to an existing game.<p>Nothing alarming here.<p>If he has peoples to play with, create a story, add some rules, play it with the body or lego or whatever.
seunosewa超过 1 年前
First step: study the game and learn what it&#x27;s about. You use of the phrase &quot;whatever it is&quot; suggests that you&#x27;ve not done this yet. Showing interest in the game is probably more important than actually building it.
jfrej超过 1 年前
Since your son enjoys drawing, something like Pixicade[1] can help teach him basic concepts of game development without any programming.<p>[1] <a href="https:&#x2F;&#x2F;www.pixicade.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pixicade.com&#x2F;</a>
jetbalsa超过 1 年前
I would say Garry&#x27;s Mod + Lua Scripting &#x2F; WireMod<p>Easy to get into since its rather old at this point and its easy to get bootstrapped with simple logic in WireMod, Its how I learned programming, has multiplayer and really supports messing around.
评论 #39038640 未加载
bombcar超过 1 年前
Does he Minecraft?<p>Get him started with combining mods for Minecraft. Then he’ll learn about collisions, debugging.<p>Then there are scripts for Minecraft mods to modify items&#x2F;recipes.<p>Eventually that will be too limiting, at which point you throw him bodily into InteliJ and see if he floats.
andsoitis超过 1 年前
Unity. Here’s a tutorial to build a simple 3D game that requires no prior programming experience: <a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=n0GQL5JgJcY" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=n0GQL5JgJcY</a>
评论 #39037141 未加载
ystad超过 1 年前
Well, I think this is a great way to get them interested in computers, analytical thinking and spending time with you. It&#x27;s like going out fishing with you son.<p>I think unity is reasonably simple to start with. Seen 11 year old use it
rpmisms超过 1 年前
I accomplished this at about his age using Scratch, cannot recommend it highly enough.
wildpeaks超过 1 年前
Game modding, especially Minecraft, would spark his curiosity and it would feel so rewarding to see something he created in a game he knows.<p>Even something like changing a texture is already magical when you never experienced programming.
madou超过 1 年前
Do you have any web development experience? React Three Fiber + <a href="https:&#x2F;&#x2F;triplex.dev" rel="nofollow">https:&#x2F;&#x2F;triplex.dev</a> is a powerful combo that you can do cool things with. Albeit it is coding!
jbgt超过 1 年前
A friend of mine&#x27;s 9 y old used Scratch to build games.<p>He asked me &quot;do you build games?&quot;<p>&quot;No, I wish, I don&#x27;t really have an idea for a game&quot;<p>&quot;Well how about one where you chase zombies?&quot;<p>&quot;Haha ok.&quot;<p>&quot;Well now you have an idea for a game. Go and make one!&quot;
bluescrn超过 1 年前
Level 1: Minecraft, Super Mario Maker<p>Level 2: RPG Maker, Roblox, Dreams<p>Level 3: Game Maker Studio, Pico 8, Python&#x2F;PyGame<p>Level 4: Unity&#x2F;C#, 2D game from scratch with C&#x2F;SDL maybe?<p>Level 5: Unreal Engine&#x2F;C++, Build engine from scratch, Make 8&#x2F;16bit game in ASM
INTPenis超过 1 年前
There are many simple game engines for kids, I&#x27;d start small just to show that he can do something. And if that piques his interest you can move on to an actual project with storyboard and planning together.
tommilukkarinen超过 1 年前
We made an Android game whack a mole. I prepared it so far that she only had to make drawing routines and click handling. I always stopped the session soon, as it requires lot of capasity from the Child and is tiring.
pipeline_peak超过 1 年前
GameMaker is ideal, or at least something easier. He’s 9 after all, Unity would be way too advanced.<p>&gt; How do I keep the project “contained” so he feels that he accomplished<p>Something super simple like Frogger. Jump movements might be too advanced.
ilzmastr超过 1 年前
Even in 2021 you could use natural language, not assembly language: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Zm9B-DvwOgw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Zm9B-DvwOgw</a>
ncr100超过 1 年前
PyGame (PyGame Zero), do something which could be written by you in 2 hours, take two weeks with the kid, with a lot of talking beforehand.<p>Doesn&#x27;t have to be (AT ALL) pretty. Just meaningful.
fermigier超过 1 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;kitao&#x2F;pyxel">https:&#x2F;&#x2F;github.com&#x2F;kitao&#x2F;pyxel</a> - &quot;A retro game engine for Python&quot;, is quite popular in the education sphere, AFAICT.
kissgyorgy超过 1 年前
Try to manage his expectations so you could do something simpler that he imagined and he would not be disappointed. And if he is still interested after the simple thing is done, you can explore it further.
ghdjnrn超过 1 年前
Godot is free and does 2d and 3d.<p>I am not a game dev but there are a heap of YouTube&#x2F;web based tutorials, free models and everything out there for you to get started with!!!!!<p>Good luck and enjoy the time with your kid
rolph超过 1 年前
establish an awareness of &#x27;gameology&#x27;:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_video_game_genres" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_video_game_genres</a><p>demonstrate how complex even the simplest graphics games can be:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;flightcrank&#x2F;pong">https:&#x2F;&#x2F;github.com&#x2F;flightcrank&#x2F;pong</a><p>build an appreciation for the math involved.<p>cut the project into pieces; get a cursor character moving; then intercepting objects. then start working on eye candy.<p>work the skeleton of the game first, then start dressing things up.
3523582908超过 1 年前
I recommend trying to build it in something like Minecraft or Roblox. They both have rudimentary environments that are already set up with things like 3D and controls, and can be programmed.
nazka超过 1 年前
1. Avoid 3D at all costs<p>2. Keep it simple<p>3. Start with the funniest and smallest things to do and increment. Like making the character being able to move around or being able to attack with a sword than different weapons, etc…
idrios超过 1 年前
Rpgmaker, super easy to build a game with all the default assets that come with it, but also quite customizable, especially once you start exploring with downloading plug-ins or writing your own
Woshiwuja超过 1 年前
Godot or Gamemaker are probably your best choices. GDScript is much easier than C# and gamemaker even has the drag and drop system to be even easier. Or bring out the ol good rpgmaker
eggdaft超过 1 年前
A little off topic, but there’s a nice example of making a game with your kid in “Doom Guy” by John Romero. I enjoyed the book and it’s also a good accompaniment to “Masters of Doom.”
globalnode超过 1 年前
build a 2d board game, something with a hex grid and units on top (somehow) then just tilt the board so you can get a sense of depth. bam, 2d -&gt; 3d game. Id be impressed if i was 9.
ivanb超过 1 年前
You are a lucky parent.<p>I would start with Scratch and then move to a Basic with 2D drawing capabilities and then to Blitz3D which is a Basic with a 3D engine. Have a look at all the positive reviews.
andretti1977超过 1 年前
Switch to 2D and use kaboom: <a href="https:&#x2F;&#x2F;kaboomjs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kaboomjs.com&#x2F;</a> it is incredibly simple but incredibly rewarding!
picadores超过 1 年前
well, two things. Version Control and something working but similar.<p>Means, you teach them how to get back to the working start state. Then you check out the repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;topics&#x2F;2d-platformer-game">https:&#x2F;&#x2F;github.com&#x2F;topics&#x2F;2d-platformer-game</a><p>And you help him to modify it. Add and expand it. Modding is the way to get into gamedev, without the demotivating problem of having nothign to play and long workhours without reward at the start.
schwartzworld超过 1 年前
Love2d is very approachable. Although not 3d, there is a version of it for developing 3D games. It uses lua, which a lot of his friends will be familiar with via Roblox.
djmips超过 1 年前
Despite the bad press, Unity is a good place to get started ( for you ) which can then let you team up with them. There are many available assets and templates to get going.
lfkdev超过 1 年前
You could go the Unreal route, will get you very far even wihtout code. Marketplace can be used to buy a lot of systems so you don&#x27;t have to code them.
boringuser2超过 1 年前
Remember when you were a kid and wanted a dog, and your parents (good ones) tried to emphasize that your ideas weren&#x27;t realistic because you wouldn&#x27;t put in the effort and responsibility required to have one?<p>This is the same scenario except your kid thinks he can more reasonably trick you into shouldering responsibility.<p>I wouldn&#x27;t even sweat &quot;learning to code&quot; as a concept for his enrichment because A) he won&#x27;t be able to meaningfully do so at his age and B) there&#x27;s literally a zero percent chance &quot;coding&quot; survives AI.<p>Such a strange thing that people forgot how to parent.
abrookewood超过 1 年前
No idea what it is like to program&#x2F;develop on, but Roblox sounds like a good introduction - simple 3D games, good platform, basic graphics.
kovacs_x超过 1 年前
minecraft or roblox for 3d. Maybe gamemaker or smth similar for 2D.<p>Anything else &amp; you&#x27;ll fail, because you&#x27;re only one on the &quot;team&quot; understanding how things work! :D (not that it&#x27;s generally a bad thing to fail.. there&#x27;s always takeaway from that as well)<p>You can then build a minecraft plugin for some gameplay specifics.<p>everyhing else (unity, unreal, coding from scratch) will fail you way sooner than you think. imo.
mkaszkowiak超过 1 年前
I&#x27;ve used and had fun with Game Maker at his age - not sure how it fares with 3D though, there might be better alternatives nowadays :)
Eventlessgaming超过 1 年前
I would say the best place to start from is scratch and then move to python or try Godot with your child (it depends on his learning capabilities)
zubairq超过 1 年前
Great read. I really understood that the value here is in spending time with your son, and if your son learns to code then that is a byproduct!
whiterock超过 1 年前
I used the program Gamemaker with its GML language when I was his age. Fond memories of days and months creating my silly games in this :)
spintin超过 1 年前
I would say begin with 2D and code it in Java from scratch with Graphics2D.<p>This way you focus on the ideas and build something usable at the same time.
mtillman超过 1 年前
Just get a book on game programming using Scratch. This is what kids do these days in school too (US Southwest) so it’s good prep.
cheerioty超过 1 年前
My 6yo old is enjoying PICO-8 and GB Studio :)
fooker超过 1 年前
Get Gamemaker start off right away.<p>You&#x27;ll pickup the scripting in no time and your son will bamboozle you with ingenuity in a month.
bentt超过 1 年前
I am a professional game developer and have been in the industry for 25 years. I am a few years ahead of you with a 14 year old son whose interest in computers and gamedev I&#x27;ve been cultivating since he was around 4.<p>What I find interesting about your post is that your son is designing on paper. He may be a Game Designer at heart and not a technologist, so you&#x27;ll have to tease that out. The difference would be whether what he really wants is to learn to build, or to have his thing built.<p>As a Game Designer, he&#x27;ll be more interested in the rules, the world, the story, the Game as it lives in his mind.<p>As a Game Developer, he&#x27;ll be more interested in the tools, the technology, the experience of playing it on the computer, and hopefully the struggle of iteration and building!<p>There is a high likelihood that, at 9 years old, what he is envisioning is totally unrealistic for you guys to attempt to build. You are cursed with the skills of a competent developer who is up for a challenge, so you might think it&#x27;s reasonable to attempt. I&#x27;d be careful here. This isn&#x27;t up to you to &quot;not let him down&quot;. Sure, you&#x27;re Dad and you&#x27;re awesome, but even John Carmack would hesitate to guarantee he could make good on a 9 year old&#x27;s first game design. :)<p>It also sounds like you&#x27;re unfamiliar with game tech, so this will be a learning experience for you. Are you up for it for its own sake? Or are you just trying to make good on your son&#x27;s vision? That is a big hill to climb to just have your son look at what you made and go &quot;meh&quot;.<p>So if you think it&#x27;s interesting to try out, and you guys want to give it a go, I still think the best starter pack for gamedev is Tom Francis&#x27;s series on Unity on Youtube called &quot;Make A Game In Unity With No Experience&quot;.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLUtKzyIe0aB3TZfe2wsIgJgGZW5G_NAxa" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLUtKzyIe0aB3TZfe2wsIg...</a><p>Mind you, this is a 3 year old series. Unity is an evolving platform. Stick to what Tom is using and you&#x27;ll be okay.
评论 #39042190 未加载
lgkk超过 1 年前
Check out <a href="https:&#x2F;&#x2F;defold.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;defold.com&#x2F;</a>.
jmac01超过 1 年前
Unreal engine. Just download it and let him go. Maybe even unreal editor for fortnite but that hasn&#x27;t got much docs. Kids have unlimited time. Unreal has starter projects and loads of docs&#x2F;YouTube vids to find out how to do basically anything. I got a cracked 3D application at 11 and I&#x27;m not in anyway computer expert. Kids are capable of way more than we give credit for.
mesozoic超过 1 年前
See if you can make it in Roblox they have lots of easy to use tools it&#x27;s pretty robust
johncoltrane超过 1 年前
Your son doesn&#x27;t care about building a game. He only wants to spend more time with you.
anthk超过 1 年前
A new game for the Minetest engine.
syntaxing超过 1 年前
I’m surprised no one suggested this. I haven’t tried it but would Roblox Studio be an option?
corethree超过 1 年前
yeah why not just use unity.<p>Tell him the first step is to build a working game with 2% of all the features he wants.<p>Then you add features one by one. That helps with the accomplishment aspect. You guys may never reach 100%, but this is the most likely way to get there.
p0nce超过 1 年前
PureBasic, microStudio, basic4GL... I&#x27;d say no OO or complexity need apply.
swozey超过 1 年前
Can&#x27;t contribute much I only write text games (mud engines) but my parents were super uninterested in my interest in computers as a kid in the 90s so it&#x27;s great you&#x27;re helping.<p>I didn&#x27;t think too much of it back then as a kid but considering I was 8-9 and unknowingly learning how to break into a high paying engineering field and I had to beg them to buy my HTML and Dreamweaver books from B&amp;K just blows my mind. One of those things where you get older and you&#x27;re kinda like, wtf mom, you wouldn&#x27;t buy me a $19.99 engineering book? What was I supposed to do, wait another 8 years until I had a job and could buy it myself? Do I need to go mow lawns for a month? Ridiculous. I had to pirate&#x2F;warez all my software from super sketch russian sites because there was no way they&#x27;d buy me Dreamweaver&#x2F;Netobjects.<p>Sounded like a lot of money as a kid and they were by no means low income so its just a huge wtf as an adult who knows what $20-30 costs compared to the benefit even with inflation.<p>I was always just &quot;Playing on the computer.&quot;<p>I didn&#x27;t know what the actual languages (java etc) meant back then and the internet was awful for learning. I only knew irc, not bbs, and was just making websites etc not knowing how to go further, nobody I knew outside of irc was into computers.
shaunpud超过 1 年前
When I was looking into easy game development Phaser [.io] was a decent contender.
endigma超过 1 年前
HeartBeast’s Godot 4 tutorials are a good place to start, along with GDQuest.
nemo_taiwan超过 1 年前
&gt; He doesn&#x27;t want to CODE. He wants to make a game. Like every kid.<p>But that seems delusional wanting the glory without any hard works into them. =&#x2F;<p>Programmers and coding on game engine:<p>The Definitive C++ Book Guide and List? - stack overflow Best Lua Books for Beginners and Advanced Developers - turing Unreal Engine 5 Revealed! | Next-Gen Real-Time Demo Running on PlayStation 5 - youtube Best Unreal Engine Books For Aspiring Game Developers - whatpixel<p>3d animators and content assets:<p>Best 3D Modeling &amp; Digital Sculpting Books - Concept Art Empire Final fantasy X&#x2F;2 - Cascada Everytime we touch (slow) - youtube 3D Animator Job Description, Salary, Skills &amp; Software Dead Fantasy Full HD all Part (1, 2, 3, 4, 5, 6) - youtube The Art of Fighting Game Animations: A Step-by-step Guide - ArtStation<p>All good video game devs will put in those CODES along with those ART. &gt;=)
Lord_Zero超过 1 年前
code.org has a game builder and a course. Might be too much for a 9 year old, but if you learn it, you could have him tell you want to do. Theres even an art and animation tab.
reactordev超过 1 年前
Grab a copy of PICO-8 and get cracking…<p>It’s easy, it’s simple, it’s designed for learning.
pksebben超过 1 年前
I&#x27;m seeing a lot of parenting advice here that is <i>probably</i> true, but has the potential for a catastrophic downside.<p>It is <i>likely</i> that a 9 year old isn&#x27;t interested in the work that goes into game dev, yes, but it is <i>possible</i> that any given 9 year old has a much richer understanding of the world than one might give them credit for.<p>If your son is one of those, one of the worst things you could do is to coddle them and avoid the hard work of learning. Kids who are indicating that they&#x27;re ready to expand their universe are in a fragile state of motivation, and it&#x27;s easy to kill that by deciding for them &quot;what they are capable of&quot;.<p>Of course, you don&#x27;t wanna push the issue if they&#x27;re not in that place (which is also fine). Maybe _try_ treating them as a co-creator, with all the attendant admissions of what is and isn&#x27;t known (&quot;I&#x27;m not sure how we could do that, buddy, but here&#x27;s where we can start looking&quot;), and if they don&#x27;t respond with the appropriate level of motivation and energy, <i>then</i> default to making something in roblox or whatever.<p>To answer your specific questions:<p>- unity is really not a bad starting point, it&#x27;s very batteries included<p>- rather than keeping the project contained, build your way up to the vision with smaller &quot;practice&quot; projects<p>- start subscribing to premium GPT. For total beginners to code there really is no better tool (I know I&#x27;m gonna catch flak for this, but having a tight feedback loop with <i>some</i> working code is preferable to doing everything the &quot;right&quot; way when you&#x27;re self-teaching)
jsonmathsai超过 1 年前
as with many in the comments, what worked with my son is Roblox create. THey can quickly transfer their imagination in blocks and figures and define the game they&#x27;d like to play!
stuaxo超过 1 年前
Someone mentioned Unity3D, PlayCanvas is also a solid option.
FloorEgg超过 1 年前
C3d.io<p>Designed to teach kids 7-11 programming while building 3d vr games
masfoobar超过 1 年前
I would start off with the basics.<p>Now I enjoy making games - but I do not use &#x27;off the shelf&#x27; products. However, if one of my kids at this age suddenly became interested in making a game, I would not bother showing them any programming by default. What worked for me might not be the same for him.<p>I have never used Unity or the like myself so it is a good opportunity to do so. In your case, use this excitment with your son and allow him the power and opinions on which direction to go.<p>I would start off by suggesting that - &quot;there are 3 game engines I am aware of. Unity, Godot, and Unreal. Shall we spend this afternoon looking at them, installing them, and figure out what is best to use?&quot;<p>This on it&#x27;s own is not just an afternoon. It is (atleast) a weeks worth of content. Not only are you deciding which one to use, you are also looking at various tutorial websites.. likely how to &quot;move things around&quot; or setting 1st person or 3rd person perspctives, keyboard inputs, etc. Your son is learning a lot of things under the interest of his own game idea. In my opinion should keep him thrilled to continue.<p>Dont jump to the deep-end too early. He will likely loose interest.<p>In my world, I am interested in the logic of the game. Its the reason I became a programmer. However, and I think for most, when they are interested in making games -- it is about &#x27;designing&#x27; a game. Coding is just one aspect, so find the areas that interest him the most when learning.<p>For all you know - this could be the starting point of him becoming a photoshop guy, or a blender guy, not just becoming a level editor guy.. or a programming guy.<p>Give him control and help guide him into the direction he wants to go. Maybe express interest doing the bit he isn&#x27;t into doing just yet.<p>Just my 2 cents.<p>-- Edit: added some more content --<p>I became interested in &quot;how does this work&quot; when watching Street Fighter 2 for the first time.. along with many other games. It was not until I was 13 and seeing DooM for the first time I was like &quot;I have to figure out how they do this!&quot;<p>My era with these games, especially Quake with QuakeC, or Level Editors like Worldcraft, was my days of learning and figuring out games.<p>What I have learned is to not interject how I did things in the 90s when I was young compared to how the young can do it today. At a simple level, they have Scratch. They have Minecraft. They have GMod. They also have Godot, Unreal and Unity.<p>Point I am making (and believe is the same you and your experience) -- avoid interfering too much. That would be my priority.
JJseiko超过 1 年前
maybe Roblox? could be a way to implement the game your son conceived and could also be a gateway to more programming in the future
shmerl超过 1 年前
Text adventure might be an easier way to start.
everyone超过 1 年前
Any of these options would be fine.<p>Scratch Roblox Godot Unity
b20000超过 1 年前
break it to him that in life nothing is easy like he thinks it is<p>then do your best to help but make it clear he choose i difficult path
janet-catcus超过 1 年前
i would look into tic80, but as others have said: the time spent together is the product you want
wesleyd超过 1 年前
dotbigbang.com makes it pretty easy to (i) create games and (ii) play them with other people.
seaourfreed超过 1 年前
Start with Scratch. You can build full side-scrollers there. They bring in other kids. Your son will get people playing, testing, giving great feedback. He will build followers.<p>The goal should be to get him in the feedback look for quick wins, and repeat.<p>Scratch is built for 9 year olds. Games is where all kids tend to go. It has very good side scrollers.<p>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
AzzyHN超过 1 年前
Scratch and Roblox, all the way
soferio超过 1 年前
Https:\\Scratch.mit.edu
d--b超过 1 年前
Hahaha, everyone here is so 2020 :D<p>The right answer of course is to ask ChatGPT to build it for you!
rmrfchik超过 1 年前
Show him Scratch. My 8 years old started to discover Scratch and in few month developed small funny games (like Clickers, Maze walkers or Side scrollers). Games are full of nonsense from programmer&#x27;s point of view, but 1. It&#x27;s working! 2. It gives fun! 3. Supports interest in programming.
icemelt8超过 1 年前
MIT Scratch.
FearNotDaniel超过 1 年前
I can&#x27;t talk about what platform or SDKs are relevant. But I can talk about my experience as a kid approximately the same age wanting to write my own game. The tech was very different (2D, 8-bit, ZX Basic on a regular TV screen) but I somehow figured out a way to move one slow step at a time, and yet getting super excited every time each of those steps got me a tiny bit closer to the goal.<p>In my case, I wanted to write a Pacman clone. What is Pacman? An object moving around a screen, confined by the walls of a maze. Then there&#x27;s some stuff about dots and ghosts and power pills, cherrys and levels, but let&#x27;s take it easy - one step at a time.<p>What was the simplest possible thing I could do before I could make an animated figure move around a maze chasing ghosts? Just make him move around the maze? Too complicated. Just make him move around the screen on command? Possibly. How about if I start with a one line program that simply positions a character on the screen in the position I want. Great. I can look up that command in the API docs (i.e. the printed book that came with the computer) and run that one line program. Now, can I make him move? How do I write a simple loop that listens for keypresses, changes the desired position, then redisplays the character. Great, that works. Except I forgot to erase the old position so he leaves a trail behind. Excellent, my first lesson in debugging. And so on and so on.<p>Obviously depending on the platform the specific &#x27;first things&#x27; you can learn&#x2F;teach him to do, each one getting a tiny bit closer to the game in his head, will be different. But the trick I used to motivate myself back then was - imagine the whole impossible finished game as something that was composed of tiny little steps, each more complex than the last. I didn&#x27;t know the words &#x27;iteration&#x27; or &#x27;user story&#x27; then but if I did I could have broken it down into tiny agile chunks. As a player, I want my avatar to appear on the screen at a known position, so I know where I am in the game.<p>As a player, I want my avatar to move in the right direction when I hold down an arrow key, so I can control my movements. As a player, I want to see the walls of the maze on the screen, so that I can see the challenge. As a player, I want the walls to stop my character from moving, so that it is more interesting to move around. As a player I want my character to look like a Pacman instead of the letter C, so that it is cooler to play. As a player, I want my character to animate while he is moving, so that it looks even cooler than before. etc etc<p>The great thing is, these are not necessarily sequential. If I got stuck on one of them, or bored trying to detect a maze wall and stop moving, I could move on to a little animation challenge, or try to add some music, or figure out what it takes to eat pills and keep score.<p>Of course, I wasn&#x27;t doing this all on my own. My dad was there too, some of the time, and although he didn&#x27;t have any programming experience (it was 1982 in the north of England, nobody did) he must have helped me with some of this breaking-it-down-and-figuring-out-the-little-problems part. Most of all it was lots of fun, and we somehow ended up with a decent working version in the end. I think they key takeout is: motivate and encourage him to find tiny challenges he can iterate on, while always retaining their connection to the bigger picture of the thing he wants to achieve. Good luck!
catlover76超过 1 年前
I third Scratch.<p>It won&#x27;t be 3D, but the reality of life is that sometimes you have to move incrementally--and that&#x27;s a big part of programming :T
exolymph超过 1 年前
It sounds like the Replit ecosystem would be a good fit.