this post was submitted on 26 Jun 2023
19 points (100.0% liked)

Programming

13226 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

Hey, folks! My son (currently 15) is interested in getting into game development. He's taken a class in Python in school and enjoyed it, but I know Python won't be enough. I don't think he's interested in ever making big, AAA games, but more along the lines of Undertale (which was made in Game Maker Studio) or Bug Fables (Unity).

There are just so many choices and so much content out there that I don't know where to start. Do you have any suggestions for which language(s) to learn or software (like Game Maker Studio) that you've found helpful? Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] TheOneCurly@lemmy.theonecurly.page 9 points 1 year ago (1 children)

I'm a professional software dev so my opinion may be a little biased towards generalist skills but I would recommend Unity. It has a huge support community and learning C# is a hugely transferable skill that an engine specific language like Game Maker Language won't get him.

[–] JocularGargoyle@beehaw.org 4 points 1 year ago (1 children)

That's what I was concerned about; there are several programs out there that say they'll make it easy for you to create games, but they're like drag-and-drop modules with no coding involved and that's not going to help in the long run. Thanks for your suggestions!

[–] AVeryCleverName@lemmy.one 1 points 1 year ago

I think it's worth keeping in mind that knowing how to code is only a portion of the skills required to create a game, the design aspect is an endless rabbit hole in itself.