i need help as a new developer

version: 4.idk

Question

i wanna get on and build a game, i finished the brackeys first game tutorial but i wanna just get on and learn and experiment without falling into tutorial hell, am i ready?? what tutorials will point me in the right path??? i still need to know how to make ui’s and basically everything apart from basics. please help

func _ready() -> void:
    print("hello world")

And please check Posting guidelines in #Help channel

Sounds like you don’t want tutorials, go experiment! Make a game, feel free to ask any questions back here if you run into a snag.

You alrady made 2 good decision on you jorney.

  1. You are carefull with tutorial hell
  2. You joined the comunety

The next step is to read the docs (A lot of people just ignore the docs :frowning: ), not the whole docs but as @gertkeno pointed out, the introduction and the scripting section (Ther are also some good resources to learn gd script like Learn to code from zero).