First time using a game engine. Me a few friends want to make a grid-based deckbuilder but we’re not sure exactly where to start making it/learning the engine. I have some experience with python and java and one of my friends knows a bit of python, so we’re planning on using GDScript for the game. I’ve watched one or two tutorials to make a platformer with basic movement (no scrolling or anything) but that’s it. Where would you guys recommend starting?
The docs are probably the absolute best way to learn the engine. They have basic introduction, as well as an example 2D and 3D game you can make yourself to get started with.
Don’t rely on tutorials too much, at the beginning they’re nice, but if you rely on them for too long, you won’t be able to make anything by yourself at all, so you need to be careful!
But good luck on your journey!
1 Like
Thanks! I’ll definitely check those out.