I have very limited background in programming. I quite want to develop the game myself, or with only minimal help. Is there one language that is better than others for game development, or is more versatile?

  • Calcharger@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Thanks for the tips! Is it really that difficult to go straight to C#? I just don’t see myself using Java in any of my own projects

    • ATwig@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      (Sorry for the delayed response!)

      That’s a good question that I find a lot of newer programs ask. The short answer is yes because the Java runtime environment abstracts out all of the platform specific things you’ll have to be aware of in C# to some extent. Long answer is you can probably figure it out with some extra struggle that’s going to be C# specific.

      I fully understand that Java is not supported in Unity and that you will probably not use Java once you figure that out however, Java is still useful as a learning tool. I think that people focus on specific language too much (ie c# vs java) when in reality they are 99% the same. I think it’s more important to learn the data structure and logic behind object oriented programming over the specific nuances of a language. When to use an if/else vs a switch. When to for vs foreach. Abstract classes vs interfaces. These things are all the same amongst all object oriented languages and are the real things you should be focused on. Once you figure out how to do it on one language it’s a 30 second Google to look up the key words for whatever language you want to swap to.

      So in summary use Java for it’s ease of compiling to learn (and there’s a lot of good java tutorials online for this) then be amazed when you swap to C# and how much worse the compiler is lol.

      • Calcharger@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Thanks for the response!

        My main desire towards C# is that i’m 100% a microsoft guy. I’ve always used Windows OS. I’ve tinkered with MacOS and Linux but I just, I cut my teeth from when I was a child to well in adulthood with Microsoft and it just feels like a natural fit for me. So I’d like to have as my main language be the #1 supported language by Microsoft because I want to make Microsoft applications. I wouldn’t necessarily call it a fanboy thing, it’s just a comfort thing. I know my way around the OS like riding a bicycle