Some context: So far all I’ve done has been passively watching game design analysis type videos as well as Unity implode on itself without really jumping into gamedev. I only got inspired rather recently to take the dive.

I don’t think I’ll be able to dabble with the engine just yet (busy schedule and all that), but I want to at least have some rough direction on where to go and figure the rest out myself.

My main concerns are art and programming, mostly because I have no experience for those. I do have some experience with graphic design and figma however, so its not like I’m jumping in with no skillset.

The plan I had in my head was: learn UI > create a basic visual novel > create a basic rpg game > (a few more steps) > “reasonable/realistic to make” dream game.

  • @marble
    link
    197 months ago

    There are many good resources for godot. Look up gdquest, or the official docs on their site. Gamefromscratch has some godot content too, and zenva had some good courses that were included in humblebundles before (not currently, but might be again in the future).

    I’ve no idea why there’s another comment suggesting f# - godot uses gdscript (its own language which is pretty easy to learn, like python), and if you don’t like that you can use other languages (but start with gdscript, it’s easiest to start with).

    For game dev in general, start with opening a window, then draw something in it. Then make it move, then make it move under control of the user. Then make it so something when it hits something else (bounce off a wall or collect a coin). If you can do all that you’re in a good place to start expanding into something more interesting to you. A visual novel seems like a good first project, if you’re good with making the art and story. Good luck and have fun.