Hi. I want to get my little cousins into computers, and since they’re kids, making games are really fun for them. I made a game with them with Love2D and they had a blast (I put their faces on the characters) but I think Love2d is a bit too hard for them.

My main motive for them is to make something and be creative. Programming is just a tool for that.
So something simpler with less code and mental load that let’s them create stuff more simply is good.

What do you guys suggest?

      • Herbal Gamer@sh.itjust.works
        link
        fedilink
        arrow-up
        5
        ·
        4 days ago

        Probably okay for the 10 year old but let the 6 year old find it by themselves if the sibling picks it up or try when they’re around 10yo.

      • sudoMakeUser@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        4 days ago

        Scratch is a fantastic entry point. That’s where I was put on the path for a software development career.

        Someone else mentioned Lego. If you can find the Mindstorms robotics set, that would be a great place. I know they’re not cheap at retail and I don’t know if they’re still offered. But it’s a way to get introduced into visual coding but with a physical aspect still.

        Heck, even a a Lego motor set like this and some gears and wheels will do a lot for problem solving skills.

        • Alavi@programming.devOP
          link
          fedilink
          arrow-up
          2
          ·
          4 days ago

          Totally agree. I thought about robotics stuff a lot for them. They got hyped when I created a synth with a rpi pico. Maybe I’ll buy them an arduino kids robotics kit.

          the benefit of the software first approach is that it costs nothing and shows them you don’t need to buy stuff to create things neccesarily.

          • sudoMakeUser@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            ·
            4 days ago

            Didn’t think of an Arduino kit but that would be a good low cost entry as well. You don’t even need to program it to start. Just basic circuits with switches and lights is a great education tool.

            • mapto
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 days ago

              I’ve always found it weird that Arduino has its own language. On top of it, it’s not a really well designed one in the sense that it does not follow a simple paradigm where there are few basic fundamentals and from there it’s only vocabulary.