Dunnet (video game)

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

Dunnet
alt=Screenshot of a computer terminal. Command: emacs -batch -l dunnet. Output: [loading messages] Dead end You are at a dead end of a dirt road. The road goes to the east. In the distance you can see that it will eventually fork off. The trees here are very tall royal palms, and they are spaced equidistant from each other. There is a shovel here. >
The first scene of Dunnet
Developer(s)Ron Schnell
Release1982
Genre(s)Text adventure

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

Plot

The game starts out 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. Throughout the game the player moves through different areas and rooms trying to collect treasure to earn points.

Legacy

Dunnet is playable on any operating system with the Emacs editor.[7] Emacs comes with most Unices, including macOS (prior to version 10.15 Catalina)[8] and distributions of Linux. Several articles targeted to Mac OS X owners have recommended it as an easter egg as a game that can be run in Terminal.app.[9][10] 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.[11] Dunnet was used as a benchmark in the effort to port Emacs Lisp to Guile, progressing from running standalone games[12] to running the entire Emacs system in less than a person-year of work.[13]

References