You can play it in your browser here.

  • @dohpaz42
    link
    English
    217 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.

    • @cley_faye
      link
      English
      397 months ago

      The whole page transferred about 7kB and shows 18.2kB of ressources according to the debug tools.

    • @uranibaba
      link
      English
      297 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”

        • Kayn
          link
          fedilink
          English
          37 months ago

          Except if it’s minified for production.

          • @Tanoh
            link
            English
            57 months ago

            That is still source code, obfuscated but still source code.

        • StarDreamer
          link
          fedilink
          English
          17 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.