You are in a maze of twisty little passages, all alike. and It is pitch black. You are likely to be eaten by a grue. are such iconic phrases, they bring a ton of good memories to my mind. And I never even finished Zork or Adventure!
1977: Zork
81–90 of 94 posts
Re: 1977: Zork
#82You are in a maze of twisty little passages, all alike. and It is pitch black. You are likely to be eaten by a grue. are such iconic phrases, they bring a ton of good memories to my mind. And I never even finished Zork or Adventure!
How about Hitchhiker's? There were a couple of frustrating bits there. Gosh - I must have played a dozen of those things - and now, being old, I probably couldn't remember what I did, and am probably too stupid to figure it out again. (Or I have other things to do than beat my head against the wall ... or all the above)
Re: 1977: Zork
#83Re: 1977: Zork
#84If you'd like to dig further, online text games (MUDs) are still around. https://mudlet.org is a nice modern client for playing them! (bias: I'm the project lead)
I have not played MUDs in a long time, but, when I did, I always just got by with Tintin++. I never went all the way and wrote an actual bot that could run unattended, because there were so many different things that could really mess up your bot, or, at least cause it to act impolite, that it looked like more trouble than it was worth. Also, I wasn't that great at scripting with tt++. :P I was, however, (literally)…
I recently dusted off my old files and tried to get it running in the latest version but there were so many breaking changes that I just gave up trying to fix it.
It would be fun to try to make a proper fully automated bot, though as you said, there are so many different contexts and possible text prompts itd be difficult to make it truly reliable. I wonder what the best approach would be - some kind of classic AI goal system or newfangled ML?
(If I had the time to start over, I’d probably use Mudlet since it uses a proper scripting (lua) instead of something that got hacked together over time. Though it’s a bit GUI-reliant for my tastes)
Re: 1977: Zork
#85You are in a maze of twisty little passages, all alike. and It is pitch black. You are likely to be eaten by a grue. are such iconic phrases, they bring a ton of good memories to my mind. And I never even finished Zork or Adventure!
Re: 1977: Zork
#86Re: 1977: Zork
#87Earlier quoted context omitted.
I have not played MUDs in a long time, but, when I did, I always just got by with Tintin++. I never went all the way and wrote an actual bot that could run unattended, because there were so many different things that could really mess up your bot, or, at least cause it to act impolite, that it looked like more trouble than it was worth. Also, I wasn't that great at scripting with tt++. :P I was, however, (literally)…
Yeah, I also got heavily invested in tt++ scripts but never fully automated. It was great back in the day but there were definitely some eccentricities that made advanced difficult - lack of proper lists, awkwardness dealing with empty strings, weird scoping and special variables, no dicts. I recently dusted off my old files and tried to get it running in the latest version but there were so many breaking changes tha…
I think if I were starting over, I'd go with a client that's extensible in a real language, whether that be Lua, Python, Ruby, Scheme, elisp, etc., simply so I could take advantage of modern programming language features.
Re: 1977: Zork
#88I have Zork from Infocom in the original packaging with 5.25 floppies... wonder if it's worth anything?
This isn't like an old camera that can still be used to shoot amazing pictures... Your floppies are mostly sentimental. The game is wildly available online and even on the web as web app. I'd recommend you frame them carefully and hang them in pride on your wall.
Re: 1977: Zork
#89If curious, from the archives: Zork source and binaries, January 1978 - https://news.ycombinator.com/item?id=24371538 - Sept 2020 (13 comments) Zork source code, 1977 - https://news.ycombinator.com/item?id=23108626 - May 2020 (81 comments) Exploring Zork (2012) - https://news.ycombinator.com/item?id=20731333 - Aug 2019 (22 comments) Zork and the Z-Machine: Bringing the Mainframe to 8-Bit Home Computers - https://news…