• dhork@lemmy.world
      link
      fedilink
      English
      arrow-up
      28
      ·
      2 days ago

      It’s a maze of twisty passages that gets there…

      Infocom was bought by Activision, which later got merged into Activision Blizzard, which Microsoft later bought.

      • Richard@lemmy.world
        link
        fedilink
        English
        arrow-up
        13
        ·
        2 days ago

        And apparently Microsoft originally wanted to buy the rights all the way back in the 80s! It only took them 40 years…

          • monotremata@lemmy.ca
            link
            fedilink
            English
            arrow-up
            6
            ·
            2 days ago

            I mean, arguably this was done years ago with Return to Zork, Zork: Nemesis, and Zork: Grand Inquisitor. They shared a bit of the humor of the originals, but they were still pretty different.

    • ZoteTheMighty@lemmy.zip
      link
      fedilink
      English
      arrow-up
      28
      ·
      2 days ago

      As the readme states, you can’t actually compile the source code. The compilers are lost to time and it’s from a very obscure, proprietary fork of an obscure language. Essentially, this headline should read “Microsoft owns code not even their engineers could comprehend, so they released it for free since they couldn’t possibly make money from it”.

      • To be fair, Zork is also just a simple text-based adventure game. I’m not even sure what could be learned by looking at its source code unless you wanted to learn that obscure, proprietary forked language itself. Text-based adventures are little more than spicy Hello World programs. 🤷‍♂️

      • chonglibloodsport@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        Sure, though interpreters have already been written for the bytecode language that this source code compiles to. It shouldn’t be too difficult for the community to write a compiler when the back-end interpreter is already there and usable for testing.