Godot is a simple Game engine. For 2D development, it takes in a scene, which is the essentially the background. It takes functions, assets, UI, and the scripts and brings them together to make something playable. The nodes are what create the actual game, it contains the control elements(Buttons, panels), Sprites(characters / on-screen object), sounds for certain features, and a canvas layer, like what the website would look like. Scripts are the guts of it all, it has all the logic, controllers, and gameplay of the entire game. It connects everything together smoothly. Godot has its own "Scene Tree" which is the master structure. It keeps track of everything happening like nodes and scenes.
I barely understand what I am talking about right now, but over time I think we can all learn a little bit about the tasks we will have to take on. Over time we will connect the pieces that will eventually create something that we can be proud of and something that we can show off to those around us. I value being able to say I did something like this while in college.
Godot is a simple Game engine. For 2D development, it takes in a scene, which is the essentially the background. It takes functions, assets, UI, and the scripts and brings them together to make something playable. The nodes are what create the actual game, it contains the control elements(Buttons, panels), Sprites(characters / on-screen object), sounds for certain features, and a canvas layer, like what the website would look like. Scripts are the guts of it all, it has all the logic, controllers, and gameplay of the entire game. It connects everything together smoothly. Godot has its own "Scene Tree" which is the master structure. It keeps track of everything happening like nodes and scenes.
I barely understand what I am talking about right now, but over time I think we can all learn a little bit about the tasks we will have to take on. Over time we will connect the pieces that will eventually create something that we can be proud of and something that we can show off to those around us. I value being able to say I did something like this while in college.