Is this a thing because ive been trying to get into gamedev but i cant code at all and ive been trying for so long now but i just cant. I know theres godot but there visual scripting makes so sense and can be strange at times.

ive seen people create games with ai but i feel like that kinda ruins the point of gamedev. Im not even sure why i want to make a game but i just do for some reason.

by chance do you have any suggestions or things you would like to add.

  • shawnshitshow@sopuli.xyz
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    What are you trying to make? I’m not aware of anything open source.

    I think short of using rpgmaker (not open source) or something like it (that makes a very specific kind of game and you are really just plugging in content) you aren’t going to get very far into game development with no coding at all.

    Unity (again not open source) allows you to do a lot without coding, but by the time you learn how to use Unity you may as well follow their provided education/classes and learn to code while you’re at it.

    • QuietStorm@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 months ago

      What are you trying to make?

      I would like to make something like a visual novel, a point and click adventure, text based game, or something like that but i may be dreaming too big. so what your saying is unity is probably my best bet?

      also what about ai for coding/learning code?

      • olivier@lemmy.fait.ch
        link
        fedilink
        English
        arrow-up
        3
        ·
        11 months ago

        It’s more for CYOA-like games, but Twine is pretty good and has a graph-like editor. Of course, if you want to do anything more complicated than “if (choice) go (page)”, you might need some code. But for the basics it works without.

      • shawnshitshow@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        Unity is not the easiest engine to learn by a long shot, I was really just using it as an example because they have a very good (and free) “learn to code in Unity” program.

        It sounds like others have given some better starting points for you to look at for what you are looking to do, Unity seems a bit overkill.