Series 1 Tutorials - Basic GDScript

This series covers just the basics of Godot scripting or GDScript. You can download all the source codes here.

I recommend not to skip one tutorial if this is your first time to GDScript; each tutorial builds from the concepts of the previous tutorials. Below is a list of tutorials arranged in a way to jump start your learning in Godot.

Let's start with the basic scripting first before going into building awesome games and apps.

Tutorial 1: Numbers
Tutorial 2: Variables
Tutorial 3: Operators
Tutorial 4: Functions Part 1
Tutorial 5: Functions Part 2
Tutorial 6: Conditional Statements
Tutorial 7: Match Statement
Tutorial 8: For-Loop
Tutorial 9: While-Loop
Tutorial 10: Diamond Shapes Using Loops
Tutorial 11: Using Most of the Basic Concepts
Tutorial 12: Recursive Function Example

After this series, the next one will be all about arrays.

Related Posts:

  • Tutorial 6: Basic Conditional Statements in GDScript GDScript of Basic Conditional Statements The basic GDScript conditional statements shown above is pretty much straightforward. It simply uses the if, elif and else statements. You can download the source code here. In th… Read More
  • Tutorial 5: Basic Functions in GDScript Part 2 GDScript for Determining an Even or Odd Number This is the second part of the function tutorial. Please study the previous tutorials before studying this one; it builds from the concepts of the past tutorials 1 to 4. The… Read More
  • Tutorial 7: Basic Match Statement in GDScript GDScript Match Statement The Godot match statement is the equivalent of switch statement in other programming languages. It's a cleaner way of handling conditional statements. If a match statement can handle my conditions… Read More
  • Tutorial 8: Basic For Loop in GDScript GDScript of Basic For Loop In this example, it shows the basic uses of a for loop statement. One is to increment and the other decrements the value of 'n'. There are other usages but for now let's tackle the common ones. … Read More
  • Tutorial 9: Basic While Loop in GDScript GDScript While Loop The GDScript above shows the basic uses of while loop to increment and decrement values. In this example the decrement operator -= is introduced. You can download the source code here. In this tutoria… Read More

0 comments:

Post a Comment

© 2020 by Emman Lijesta, all rights reserved. Powered by Blogger.