• r00ty@kbin.life
    link
    fedilink
    arrow-up
    13
    ·
    1 year ago

    I used ChatGPT once. It created non functional code. But, the general idea did help me get to where I wanted. Maybe it works better as a rubber duck substitute?

    • GBU_28@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Use it as a boilerplate blaster, for shit you could write yourself

    • dom@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      I did my first game jam with the help of chat gpt. It didn’t write any code in the game, but I was able to ask it how to accomplish certain things generally and it would give me ideas and it would be up to me to implement.

      There were other things I knew my engine could do but i couldn’t figure out using the documentation, ao I would ask chat gpt “how do you xyz in godot” and it would give me step by step. This was especially useful for the things that get done in the engine ui and not in code.