In this chapter, we’ll cover the basics of GDScript, the official scripting language of Godot. We’ll learn about important programming concepts such as variables, data types, operators, functions, dictionaries, and looping. If you want to jump right into game creation, feel free to skip this chapter.
What Is GDScript?
Behind every game, there is a programming language that powers it. GDScript is the one that’s ...