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.

      • Gamma@beehaw.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        1 month 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@beehaw.org
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            1 month 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!

            • makingStuffForFun@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              1 month 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!