Hello Godotneers!
Do you want to make games with the Godot game engine but don’t know how to program? And you don’t want to take a full computer science course just to get started? Then this video is for you. We’re going to explore the absolute basics of programming with the GDScript programming language. We’ll find out how functions work, what variables are and how we can make decisions and loops to solve simple problems. And we’ll do this with an example project that has everything you need to get started , so you don’t have to know the ins and outs of the Godot game engine. At the end, you can use all the knowledge that you acquired to solve some challenges, so you get some programming practice under your belt. It’s going to be a fun ride, so get your computer ready and join in!
== Contents ==
00:00 Introduction
01:51 Example project installation
04:10 What is programming?
05:50 The first program
14:08 Functions – Part 1
15:57 Naming rules
18:50 Comments
19:47 Variables
31:43 Functions – Part 2
42:55 Decisions
45:24 Data types
55:12 Repeating code
1:07:35 Introduction to the challenges
1:09:52 Some tips and tricks
1:12:12 Conclusion
== Links ==
The example project: https://github.com/godotneers/programming-video
GDScript Reference: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html
source