I’d love to see what kind of a game dev community we have here on beehaw and help each other out. Whether you use Unreal, Unity, Godot or even your own engine, let’s see what you got!

  • Otome-chan@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I code damn near everything in python so it was naturally my language of choice (looking back I should’ve just used unity lol). I’m using pygame for it which basically works similar to older game/graphics libraries. so everything is coded from the ground up.

    • NumbersCanBeFun@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Thank you for letting me know about pygame. I just downloaded it from the repository. I’ll mess around with it a bit this weekend. I haven’t really done much with Unity. I heard Unreal is also pretty good but I haven’t really looked into much more than a couple of videos.

      • Otome-chan@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I don’t think it’s possible to run a pygame game on consoles though is the thing. so you’d end up having to recode the whole thing if you wanted to do that.