Live data from Hacker News

Inventing the Adventure Game (1984)

warrenrobinett.com

11–12 of 12 posts

Re: Inventing the Adventure Game (1984)

#11

Earlier quoted context omitted.

Thanks for the nice story! Another thing I liked about the ADVENT FORTRAN code is it would detect if its static tables were initialized or not. If not, it would initialize the statics, and then write the executable out overwriting the executable. Then, the next time it ran, it was already initialized! I used this trick in my editor in 80s. It didn't have a configuration file, one just set ones configuration in the ed…

Gosling Emacs used "unexec.c" by Spencer W Thomas (1982): https://github.com/bobbae/gosling-emacs/blob/master/unexec.c There was a FORTRAN version of ZORK (aka DUNGEON) by Bob Supnik at DEC, which was limited in some ways compared to the MDL version, but also had a "GDT" debug mode where you could inspect and control things like the thief and the troll and the cyclops and the robot. I think you could tell them to per…

I wish I knew which version of ADVENT was the one I looked at. All I recall is it was in FORTRAN circa late 70s, and it ran on the univeristy PDP-10 (which meant it was FORTRAN-10).

Thanks for the fun information you posted!

Re: Inventing the Adventure Game (1984)

#12

Recursively a thread from 2019: https://news.ycombinator.com/item?id=21896227 Including: https://news.ycombinator.com/item?id=21897355 dang on Dec 28, 2019 | parent | context | favorite | on: Robot Odyssey (1984) A thread from 2018: https://news.ycombinator.com/item?id=17421175 2014: https://news.ycombinator.com/item?id=7118649 DonHopkins on Dec 28, 2019 | parent | context | favorite | on: Robot Odyssey (1984) Dag na…

Hi Don, do you know if this ever happened (I think it's from the 2007 email - but tough to say for sure given above formatting)?

> (BTW, Etoys is kind of an OO event-driven Logo (not an accident), and the next version of it has as a goal to be able to do Robot Odyssey in a reasonable way. This got delayed because of funding problems but we now have funding and are really going to do it this year. Want to help design and build it?)

Post reply on HN