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?

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

    Honestly the biggest issue you’re gonna run into when swapping into C# (or Java) is how truly object oriented they are.

    Yes python has objects but it’s not the same.

    Personally I’d recommend starting with pure Java first and doing the basics like Pong, pinball, whack-a-mole before migrating fully into C# then try to add Unity.

    Java is a lot easier to compile and you’ll get to skip all the annoying C based compiler problems you’ll get with C#

    • 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