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?

  • Alavi@programming.devOP
    link
    fedilink
    arrow-up
    2
    ·
    7 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
      ·
      7 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
        ·
        6 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.