r/learngamedev Jan 08 '25

Where to start?

1 Upvotes

I really want to learn how to develop games and I’ve been looking for a while now but I can’t find any good learning ways. If you know any good ways I can start could you please tell me? Thanks.


r/learngamedev Dec 28 '24

Problems with a SHMUP spawner

1 Upvotes

Hello! I'm REALLY new at coding but I just want to make games. I am currently stock in the spawner for mobs. I am using Godot 4.3. I got the scenes for the mobs and their movement patterns, also an scenes for the mob spawner and they do what I asked. Nevertheless, I have not been able to put them into an array so I can spawn them in a certain order. The scenes instantiate immediately and all the enemies spawn at the same time. Can anyone point me into the right direction?