You can play it in your browser here.

  • @uranibaba
    link
    English
    294 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
        34 months ago

        Except if it’s minified for production.

        • @Tanoh
          link
          English
          54 months ago

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

      • 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.