With the release of #godot 4 stable I am really keen to give it a solid go, does anyone have any solid recommendations on tutorials to start with?

#gamedev #indiedev #godotengine

@airdinghy The "Your first 2D/3D game" parts of the official docs are a nice starting point:

- https://docs.godotengine.org/en/stable/getting_started/first_2d_game/index.html
- https://docs.godotengine.org/en/stable/getting_started/first_3d_game/index.html

Portions of it may be outdated, though!

If you're willing to spend any money, I can vouch for @gdquest and @Bramwell:

- https://www.gdquest.com/
- https://bramwell.itch.io/godot-4-beginners

Another great resource are the Godot Recipes by #KidsCanCode:

- https://kidscancode.org/godot_recipes/4.x/2d/

#Godot #GodotEngine

Your first 2D game

In this step-by-step tutorial series, you will create your first complete 2D game with Godot. By the end of the series, you will have a simple yet complete game of your own, like the image below. i...

Godot Engine documentation