GDscript and Godot Basics
Just a quick video explaining the basics in Godot (I hope it helps)
Code for both projects shown in the video:
https://github.com/aimforbigfoot/NAD-LAB-Godot-Projects/tree/master/3.3%20Crash%20Course
If you have any ideas or questions, please comment them down below. I'll try my best to answer any questions.
For the Godot Icon used in the thumbnail: Original Author of the Godot Icon (Andrea CalabrĂ³), changes were made to this icon.
https://commons.wikimedia.org/wiki/File:Godot_icon.svg
0:00 - Intro
0:20 - Game Example
0:48 - GDScript Intro
8:13 - Setting Up the GameScene
12:08 - Making a player
13:57 - Instancing the player
14:51 - Running the scene
15:03 - Moving the player (Programming the player)
27:45 - Making the enemy
31:50 - Spawning the enemy in-game
40:10 - Making multiple enemies spawn at different locations
47:33 - Enemy spawning on the sides
55:36 - Outro and Concluding Thoughts