“AWESOME!!! I can now make my DREAM GAME! … aaah merde i dont know how to script” Was my first reaction when i downloaded godot so i tried to get help on Discord “learn a Computer Science course” is what they said but … i do not have money so i opened the docs “WHAT THE ACTUAL HELL DOES ‘X **= Y’ MEAN?!” that was also my first reacion so i do not know how do i advance
although i have the bit of logic to piece something out so basically i need to know what everything does or any tips on what should i do to learn gdscript cuz i dont know bullshit nothing so its complicated
Find ones that relate to games you want to make. There are loads of them on YouTube.
I highly recommend also learning Blender 3D as having art skills, even basic ones are an asset. Also you will learn a lot about object properties like Position, Rotation and Scale.
Game Dev is a long hard marathon. Be prepared for a long, tiring slog down the road before you even get a sense of satisfaction out of it.
I already had used a game engine before, and had a little coding experience, but the ‘making your first 2d game’ section (after you look at the others) is a good place to start.
this looks … less complicated from what i saw earlier all i have to say is thank you kind unknown people on the webs now i can at least make a single prototype of my game so yeh thanks
The tutorials are more just to get a feel for what you can do with the engine and the various ways you can tackle a problem.
As you learn more, you can take parts of those tutorials and shape them to fit your project.
I had a very hard time trying to figure out how to make an inventory system with Tetris like functionality because I’m not that good at coding. I eventually overcame this problem with an uncanny solution by using raycast, colliders and some animationPlayer node magic.
There is always more than one way around a problem. Become as familiar as you can with your engine of choice so you can use it effectively to solve the various problems you will make for yourself. If you lack in some area (like coding), you can make up for it with creativity and wisdom.