Mine would be creating pen and paper ciphers for my made up secret communication needs.

  • irmoz@reddthat.com
    link
    fedilink
    arrow-up
    24
    ·
    edit-2
    1 year ago

    I’m an amateur game developer. It’s very, very rare I actually get to meet someone else who’s into it. Everyone else is either overly impressed, thinking I’m some genius making COD or GTA in my spare time (I am definitely not), or some combination of thinking I’m lying/complete disinterest. It makes me quite sad to see that programming is still relatively niche.

    • ericbomb@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      1 year ago

      Same! If you wanna talk about niche, I make games that are blind accessible. I’m quirky and obscure even for a hobbyist game dev.

    • sheogorath@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      I tried to get into game development once, but the amount of workarounds that you have to do when scripting makes me go mad. I’m used to a more structured approach of programming when I got into game development there’s so much that can be basically called hacks my mind just imploded.

      • irmoz@reddthat.com
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        1 year ago

        Well, I learned programming through game dev, and haven’t really entered the world of programming outside yet… so I’m scared of what’s to come when I start my CS degree haha

        • zeekaran@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Get a game development degree in Colorado instead! It’s like CS but with less math and more programming projects.

          Game development is harder than most programming jobs.

    • Rozz@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I think there is so much variety even within the developer community that it can be hard to find others with the same exact niche.

      • irmoz@reddthat.com
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Quite true. And, as awful as it sounds, it’s also hard to find people at your own level. Whenever I do meet a fellow dev, they’re always either just starting or years ahead of me haha. So that either leaves me teaching, or in the dust, never just… jamming.

    • rasterweb@artemis.camp
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I’ve been following a lot of PICO-8 game developers lately (on Mastodon and Discord) and I love seeing all the cool stuff they are doing.

    • zaphodb2002
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I also am an aspiring game dev. What’s your stack? I’ve been working in Godot for a while now but might be migrating to Bevy to use Rust and ECS.

      Most people don’t recognize how much work goes into game development and expect you to just crank out AAA content, it can be demoralizing working on your own. If you wanna chat and talk shop, hit me up!

      • irmoz@reddthat.com
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        I’ve found Godot has pretty much everything I need. I roll my own components using the node system, and combine it with inheritance for the full flexibility of both worlds. There’s also Godot-rust, an extension to Godot that adds Rust bindings!

        I code in Godot using GDScript, make my models using Blender, compose my music and edit sound using REAPER, and edit images using GIMP. I’ve also recently started making videos using Kdenlive (I use linux btw ;))

        I’m curious about other engines, true, but for anything they may have, the thought of losing Godot’s workflow is crippling.

        If you’re interested, here’s my latest project: https://irmoz.itch.io/upheaval

        I’m working on a video about how I made it, too (it’s mostly components)