You can play it in your browser here.

  • @dohpaz42@lemmy.world
    link
    fedilink
    English
    194 months ago

    How much of that is third-party libraries, and/or third-party hosted? Obviously the assets (images and music) aren’t being counted.

    • @uranibaba@lemmy.world
      link
      fedilink
      English
      274 months ago

      The game also requires a renderer (browser) to play.

      I think what they did is impressive but the claim about the size feels like taking source code and saying “look how small on disk it is”

        • KaynA
          link
          English
          34 months ago

          Except if it’s minified for production.

        • StarDreamer
          link
          fedilink
          English
          14 months ago

          Not sure about GreaseMonkey, but V8 compiles JS to an IL.

          Nodejs has an emit IL debugging feature to see the emitted IL code.