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!

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

    That’s the issue with my game also. The studio software I am using has basic graphics so I’ve just been using those until I figure something out. How hard was it to build a game in python? I’ve only done some basic python scripts.

    • Otome-chan@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      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.