My background is backend development with Java and Kotlin for the last decade. I have a little bit of HTML/JS experience but I’m not a pro. I would like to build a modern Sierra game, of sorts.

I have no problem investing the time, it just seems overwhelming to jump into and while I’ve looked at a couple of tutorials, I still seem a bit mystified by the process.

I’m interested in multiplayer design and function twofold, as I’m intrigued at both how to make it work efficiently and the reasons some game companies claim their game servers cost millions a month to run and have to shut them off (looking at you, Gun Media).

  • @popcar2
    link
    188 months ago

    Since you have programming experience getting started shouldn’t be too difficult for you. You can jump straight into the introduction in the docs or just jump straight into the your first game section. It gives you a quick intro and tells you how to get around.

    After that you can check out the ultimate introduction to Godot 4 video. It’s a massive 11 hour video that teaches you almost everything you need to know (in 2D game development). Good luck.

    • FeyterM
      link
      68 months ago

      I can only support this answer. Especially the official doc’s are great.

      I generally recommend not to blindly follow a tutorial. Instead think of your own little game (something of the scope that could be a mini game in Mario Party) and than divide it in small problems and start solving one after the other with the recourse mentioned above.

      After finishing the first game your ready to make any game you want.