So I want to start making video games, and I don't understand ANYTHING.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By videoBanana

By that I mean I don’t know how the engine works, or just anything relating to coding/programming AT ALL. It’s hard to find a place to start at.

:bust_in_silhouette: Reply From: kidscancode

The best place to start with Godot is the official docs:

If you don’t know how to code at all, you’re still going to find much of it difficult. Godot tutorials are going to expect you to have at least a basic understanding of programming. If you don’t have that, you’re going to need to learn to code first.

There are tons of resources out there for learning to code. I recommend starting with Python. A beginner Python course is going to get you up to speed with programming fundamentals, which will go a long way in helping to understand what’s going on in Godot tutorials.

A few places to start: