• Potatos_are_not_friends@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    29 days ago

    This is incredible.

    Athena Crisis is an example of how to build a high-quality video game using only JavaScript, React, and CSS. By open-sourcing Athena Crisis, we are following through on our commitment to open source our core technology and help push the Web forward as a game development platform.

    I absolutely love browser-based gaming. But there’s not a lot of resources to learn how to build anything advanced beyond the casual games. After a while, every browser game migrates to a “real” game engine. Which makes sense. But doesn’t help push web games.

    • ILikeBoobies@lemmy.ca
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      29 days ago

      After a while, every browser game migrates to a “real” game engine.

      Godot and Unreal can export to html5

      • Potatos_are_not_friends@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        29 days ago

        That’s what I mean. The exported code isn’t readable or something that can be modifiable by web developers.

        In the perfect world, you’re not using a game engine to export web games. You’re building directly using web languages.

        • ILikeBoobies@lemmy.ca
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          edit-2
          28 days ago

          In a more perfect world C++ is the web language

          For your use, check out rpg paper maker - it uses js