Dunnet (video game)

Dunnet
Platform(s) Linux
Genre(s) Text adventure

Dunnet is a surreal, cyberpunk[1] text adventure written by Ron Schnell in 1983. The name is derived from the first three letters of dungeon and the last three letters of Arpanet. It was first written in Maclisp for the DECSYSTEM-20, then ported to Emacs Lisp in 1992.[2] Since 1994 the game has shipped with GNU Emacs;[3] it also has been included with XEmacs.[4]

The game has been recommended to writers considering writing interactive fiction.[5]

Modern versions

Dunnet is playable on any operating system with the Emacs editor.[6] Emacs comes with most Unices, including OS X and distributions of Linux. Several articles targeted to OS X owners have recommended it as an easter egg as a game that can be run in Terminal.app.[7][8] It can be run by running emacs -batch -l dunnet in a shell or the key sequence M-x dunnet within Emacs, the former being the preferred and official way to run it.[9] Dunnet was used as a benchmark in the effort to port Emacs Lisp to Guile, progressing from running standalone games[10] to running the entire Emacs system in less than a person-year of work.[11]

Plot

The game starts out like most text adventures, with the player standing at the end of a dirt road, but it turns to the surreal when players realize that they are actually walking around inside a Unix system, and teleporting themselves around the Arpanet. There are many subtle jokes in this game, and there are multiple ways of ending the game.

References

  1. "There Is A Surreal Cyberpunk Adventure Game Built Into OS X That You Never Knew About".
  2. Ron Schnell (1992-07-28). "dunnet - text adventure for e-lisp".
  3. Richard M. Stallman (1994). "GNU Emacs Manual". p. 314. M-x dunnet runs an adventure-style exploration game, which is a bigger sort of puzzle [compared to the other puzzle-games that ship with GNU Emacs].
  4. Ben Wing. "A Tour of XEmacs". Archived from the original on 2000-06-19. Retrieved 2015-07-27. Most of the actual editor functionality is written in Lisp and is essentially an extension that sits on top of the XEmacs core. XEmacs can do very un-editorlike things; for example, try running XEmacs using the command xemacs -batch -l dunnet.
  5. "Interactive Fiction – An introduction (updated)".
  6. "Dunnet". A text adventure that is built into almost every copy of the Emacs text editor.
  7. "Play an 'old-school' adventure game".
  8. "Discover the Text-Based Adventure Game Built Into Your Mac's Terminal".
  9. Dunnet help command: "NOTE: This game *should* be run in batch mode!"
  10. "Guile Scheme Emacs-Lisp Compatibility Matures".
  11. "Re: Emacs Lisp's future".


This article is issued from Wikipedia - version of the 11/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.