I made a really simple 2D platformer yesterday using @godot and following a tutorial.

It’s all assets I downloaded and steps I followed, but it’s something I never thought I’d actually be able to do!

It was interesting and I definitely want to learn more in the future!

This is the most fulfilled I’ve felt in months.

  • SpencerOP
    link
    fedilink
    34 months ago

    @GammaGames Thank you!

    No idea what I’ll do with the information I’m learning, but it just feels good to learn something entirely new.

    • Gamma
      link
      fedilink
      English
      3
      edit-2
      4 months ago

      I know some people that treat Godot as a general-use framework! The language is easy enough and the engine itself is built with its own UI, so even if you don’t work on a game you may find something :)

        • Gamma
          link
          fedilink
          English
          4
          edit-2
          4 months ago

          All programming skills are generally transferable! :p

          But that’s a cop-out… so I’ll say that while the language (GDScript) is domain specific, it’s similar enough to basic Python syntax (no list comprehension or context managers for example) that you’ll probably feel comfortable if you decide to try it out.

          What I meant was that Godot is flexible since it comes with a wide variety of ui components, inputs, and can be exported as desktop, web, or mobile.

          Edit: you’re on mastodon, neat!

          • @[email protected]
            link
            fedilink
            24 months ago

            Interestingly, I learned python first, to get some programming basics down before godot as I’d heard they were similar. Best thing I ever did. I’ve automated so, so, so many of my previous, tedious work processes with python, and I made a bunch of games!