I am currently working on a game I was told by one friend to use the language I am most comfortable in. However others have criticised me for not using their preferred language or environment.

Should I switch or keep going?

  • Copio
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 year ago

    It’s your first try, just go with something you are familiar with, don’t need to be hard on yourself.

    • a_world_of_madness@beehaw.org
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      Also, being a beginner and having to fight against your tools is a great way to lose motivation when you aren’t really spending time doing actual game development.

      • therealbabyshellOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Great advice. i’ve sort of set up a system within my code that feels natural and makes adding new cities to the game feel much easier.

  • TeaHands@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    If it’s working, that’s literally all that matters. Everything else is a question of personal preference and priorities.

    For example you might want to learn language X because engine Y uses it and engine Y also has feature Z that your game idea relies on.

    Other than that, do whatever you want and don’t listen to anyone making it more complicated than that.

  • therealbabyshellOP
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    Thank you everyone for your great advice and encouragement to keep going. I will continue in BBC BASIC for SDL as i am really starting to get a good workflow going with it just get slowed down when i have to learn how to use new libraries lol

  • jarfil
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Finish the game, doesn’t matter how.

    If you’re serious about making games, it won’t be your last one, so you’ll have many more chances to try other languages, engines, environments or whatever.

  • Rentlar@beehaw.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Well depending on how complicated your game will be. How much time do you want to spend learning the new system vs. how much time do you want to spend coding/making your game?

    If the amount of time you spend learning the new system exceeds the amount of time you would save coding it, you might quickly lose motivation to complete your project. So get this one done, and try out another language by either porting the same game or try your new game on it.

    In almost every language I’ve tried including assembly, I’ve made a “Guess the number” game like a Hello world. (you have 6 tries to guess the number between 1 and 100 with only “less” or “more” as hints).