this post was submitted on 26 Jun 2023
0 points (NaN% liked)

Programming

13271 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!

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

Godot is really lightweight and the scripting (gdscript) is similar to python. It can be a bit rough around the edges but is my go to when making small games.

The documentation is pretty good,but nowhere near as available as something like unity. If I can't find something in the docs,I've been using https://www.phind.com/ to generate a snippet which does a pretty good job of getting me going.

I'm by no means an expert,but if you have any questions feel free to reach out and I'll help if I can!

[–] [email protected] 1 points 1 year ago (1 children)

Godot is opensource and uses a scripting language pretty similar to Python.

[–] [email protected] 0 points 1 year ago (1 children)

That's two votes for Godot -- we'll take a look into that!

[–] [email protected] 0 points 1 year ago

Adding this here so you'll see it, but Humble Bundle has a huge python book bundle going on right now.

[–] [email protected] 0 points 1 year ago

I 2nd GoDOT, but I also recommend the Learn Python books from No Starch Press, they have several books for kids & learning while making games.