Hacker News new | ask | show | jobs
by gota 1889 days ago
Do you have any suggestion on best learning path/resources for someone with a similar background and goals?
4 comments

Udemy has a few good tutorials, but on Youtube check out Tutemic's code architecture course[0], HeartBeast[1], GDQuest[2], GameFromScratch's Godot tutorial series[3] and CodeWithTom[4].

And of course on the blue website /r/godot and /r/madewithgodot

[0]https://www.youtube.com/watch?v=yRHN_WEulLc

[1]https://www.youtube.com/channel/UCrHQNOyU1q6BFEfkNq2CYMA

[2]https://www.youtube.com/c/Gdquest/videos

[3]https://www.youtube.com/watch?v=iDEcP8Mc-7s&list=PLS9MbmO_ss...

[4]https://www.youtube.com/c/CodewithTom/videos

I'll also add in the Godot recipes by Kids can Code, don't let the name fool you they have great miniature tutorials for implementing all sorts of common things in Godot https://kidscancode.org/godot_recipes/
https://youtu.be/SQ7soQ-N-eQ this is the series I started out with. Would recommend it as an easy intro to 3d. I had tried pygame and pandas3d before but none of them clicked like Godot
Yes! https://www.youtube.com/watch?v=mAbG8Oi-SvQ&list=PL9FzW-m48f...

I really enjoyed his style and he does a good job hitting all the important points.

If you want text, and something very simple, then I would (and did) start here: https://docs.godotengine.org/en/stable/getting_started/step_...

It was a very simple process, there were one or two typos I found in the code that an experienced programmer should be able to resolve themselves if they haven't been fixed yet.

I haven't done more yet since but would like to. Unfortunately playing games is too fun.