Earlier quoted context omitted.
I’m curious why they chose MDL rather than Lisp for it. Sure, it would have been ancient MACLISP or whatever, but why not leverage what was already in wide use at MIT at the time?
maybe they just made a mini-lisp and called it MDL?
Microsoft makes Zork open-source
121–130 of 256 posts
Re: Microsoft makes Zork open-source
#122This is great, but I'd rather they make Windows 11 open-source instead.
Funnily enough you can easily find the Windows XP source code on GitHub. Not endorsed by Microsoft of course, but they've ignored it sitting on their own service for years, along with ignoring all the modern Windows and Office piracy tools which are also on GitHub. Microsoft works in mysterious ways.
Re: Microsoft makes Zork open-source
#123Is there something similar for a text based adventure game? Does the writing count as code?
Re: Microsoft makes Zork open-source
#124The license says it’s copyright 2025. How does that work? Shouldn’t the copyright be something like 1977?
Re: Microsoft makes Zork open-source
#125When I was 14 or so, in the early 1980s, a friend and I who had been playing Zork thought it would be fun to design a game ourselves. We actually wrote to Infocom with a proposal that we write a new game for them and they let us use ZIL and the Z-machine to implement it. Surprisingly, they actually wrote back to us and politely declined our offer. In hindsight, while we knew how to program in BASIC and assembly langu…
In the 1980s, I was interested in text adventure games, and had a kind of book/magazine on the topic of how to write them. In BASIC, obviously (groan) because that's what was easily accessible back then. I remember figuring out the mechanisms that the book introduced: what kind of rudimentary data structures to use to represent the state of the world, the locations of objects, etc. I got some simple stuff to work, yo…
Re: Microsoft makes Zork open-source
#126I like playing Zork via docker: https://github.com/clockworksoul/docker-zork1 > docker run -it clockworksoul/zork1
You made my day
Re: Microsoft makes Zork open-source
#127Earlier quoted context omitted.
Yeah the code was leaked without Activision's permission a few years ago. It's strange to me that Microsoft has taken this opportunity to clear up the rights to Zork 1-3 but not to the rest of the Infocom back catalog. The other games haven't been available for sale since the mid 90s when Activision put out a shovelware CD collection containing every Infocom game except Hitchhiker's and Shogun, so it's not like they…
I really enjoyed that Activision "shovelware" cd. For a time it made up a large part of my (Linux) game collection. It is not leaving my collection.
Re: Microsoft makes Zork open-source
#128Earlier quoted context omitted.
Funnily enough you can easily find the Windows XP source code on GitHub. Not endorsed by Microsoft of course, but they've ignored it sitting on their own service for years, along with ignoring all the modern Windows and Office piracy tools which are also on GitHub. Microsoft works in mysterious ways.
> along with ignoring all the modern Windows and Office piracy tools which are also on GitHub You weren't going to buy it anyway. No-one cares about you. Pirate it if you like. Take your warezed copy of Office Home Edition and be blessed, no-one is going to miss your 120 bucks. An organisation with maybe 100,000 users each paying a per-seat licence? Yeah, that's the sale they want. Not your one-off copy.
Re: Microsoft makes Zork open-source
#129Re: Microsoft makes Zork open-source
#130The license says it’s copyright 2025. How does that work? Shouldn’t the copyright be something like 1977?
IANAL but copyright is typically the year of first publication. I could see this being important here in two ways: 1. If the source code of Zork has not been made available to the public before, then now is the year of publication. 2. If Zork source code has previously been made available to the public, perhaps the version published here has had changes made, in which case now is the year of publication of this versi…
Under current copyright law, copyright is effective from the moment the work is first set in fixed form, though I think copyright used to be based on first publication.
Updates creates a new work, for which the copyright date is that of the updated work being completed (which doesn't change that some parts are also part of works copyrighted earlier and which may enter the public domain earlier.)