
In this lecture, I cover the most basic variables and datatypes which are String and Int
In this lecture, I am going to cover the most common built-in functions in GDscript
_ready()
_physics_process()
_process()
_init()
_enter_tree()
_exit_tree()
queue_free()
The assets for this project can be downloaded with the link in the resources or from the lecture materials
This video will show to finished product from what we are creating in this section
Commands:
Download the Android SDK from cmdline-tools:
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;30.0.3" "platforms;android-31" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529"
Generate debug.keystore file:
keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12
Learn Godot 3 from scratch without any experience - 2D
This course will train you step by step on how to be a game developer with the godot game engine
Davies Nzan, The instructor has thought thousands of students with hundreds of thousands of viewers on YouTube.
This course is a completely beginner friendly approach to game development with Godot and programming with GD script.
Here you will learn how make 2D games with Godot 3 from scratch
Understand the fundamentals programming and GD script
Also and be able to make platformer games and top down games.
At the end of this course, you'll be able to:
Understand the Godot User Interface and its functions
Understand the class inheritance node system
Use built-in signals and create your own signals
Understand collision layers and collision shapes
Write and understand GD script code (variables, loops, functions etc.)
Understand the most common nodes and how to use them
Saving and loading game data
Work with scenes as well as scene instances at Runtime
Use animations (AnimationPlayer, AnimateSprite)
Add sound effects to your game
Tiles and Parallax backgrounds
Create basic UI elements of your game
Style the UI of your game using themes
Create a flappy bird clone
Create a simple platformer shooter game
Export your games to Android, Windows, Linux and Mac
Come join thousands of students who have learned from Davies Nzan, now!