Hunt the Wumpus

Summary

Hunt the Wumpus is a text-based adventure game developed by Gregory Yob in 1973. In the game, the player moves through a series of connected caves, arranged as the vertices of a dodecahedron, as they hunt a monster named the Wumpus. The turn-based game has the player trying to avoid fatal bottomless pits and "super bats" that will move them around the cave system; the goal is to fire one of their "crooked arrows" through the caves to kill the Wumpus. Yob created the game in early 1973 due to his annoyance at the multiple hide-and-seek games set in caves in a grid pattern, and multiple variations of the game were sold via mail order by Yob and the People's Computer Company. The source code to the game was published in Creative Computing in 1975 and republished in The Best of Creative Computing the following year.

Hunt the Wumpus
Box art of the TI-99/4A version
Developer(s)Gregory Yob
Publisher(s)People's Computer Company
Platform(s)PC (multiple)
Release1973
Genre(s)Adventure
Mode(s)Single-player

The game sparked multiple variations and expanded versions and was ported to several systems, including the TI-99/4A home computer. It has been cited as an early example of the survival horror genre, and was listed in 2012 on Time's All-Time 100 greatest video games list. The Wumpus monster has appeared in several forms in media since 1973, including other video games, a novella, and Magic: The Gathering cards.

Gameplay edit

 
Gameplay of Hunt the Wumpus, showing moving and shooting arrows

Hunt the Wumpus is a text-based adventure game set in a series of caves connected by tunnels. In one of the twenty caves is a "Wumpus", which the player is attempting to kill. Additionally, two of the caves contain bottomless pits, while two others contain "super bats" which will pick up the player and move them to a random cave. The game is turn-based; each cave is given a number by the game, and each turn begins with the player being told which cave they are in and which caves are connected to it by tunnels. The player then elects to either move to one of those connected caves or shoot one of their five "crooked arrows", named for their ability to change direction while in flight. Each cave is connected to three others, and the system as a whole is equivalent to a dodecahedron.[1]

 
The original Hunt the Wumpus has the caves arranged as the vertices of a dodecahedron.

The caves are in complete darkness, so the player cannot see into adjacent caves; instead, upon moving to a new empty cave, the game describes if they can smell a Wumpus, hear a bat, or feel a draft from a pit in one of the connected caves. Entering a cave with a pit ends the game due to the player falling in, while entering the cave with the Wumpus startles it; the Wumpus will either move to another cave or remain and kill the player. If the player chooses to fire an arrow, they first select how many caves, up to five, that the arrow will travel through, and then enters each cave that the arrow moves through. If the player enters a cave number that is not connected to where the arrow is, the game picks a valid option at random. If the arrow hits the player while it is travelling, the player loses; if it hits the Wumpus, they win. If the arrow does not hit anything, then the Wumpus is startled and may move to a new cave; unlike the player, the Wumpus is not affected by super bats or pits. If the Wumpus moves to the player's location, they lose.[1]

Development edit

 
Numbering of the caves on a flattened map

In early 1973, Gregory Yob was looking through some of the games published by the People's Computer Company (PCC), and grew annoyed that there were multiple games, including Hurkle and Mugwump, that had the player "hide and seek" in a 10 by 10 grid. Yob was inspired to make a game that used a non-grid pattern, where the player would move through points connected through some other type of topology. Yob came up with the name "Hunt the Wumpus" that afternoon, and decided from there that the player would traverse through rooms arranged in a non-grid pattern, with a monster called a Wumpus somewhere in them. Yob chose a dodecahedron because it was his favorite platonic solid, and because he had once made a kite shaped like one. From there, Yob added the arrows to shoot between rooms, terming it the "crooked arrow" as it would need to change directions to go through multiple caves, and decided that the player could only sense nearby caves by smell, as a light would wake the Wumpus up. He then added the bottomless pits, and a couple days later the super bats. Finally, feeling that players would want to create a map, he made the cave map fixed and gave each cave a number. Yob later claimed that, to his knowledge, most players did not create maps of the cave system, nor follow his expected strategy of carefully moving around the system to determine exactly where the Wumpus was before firing an arrow. While playtesting the game, Yob found it unexciting that the Wumpus always stayed in one place, and so changed it to be able to move. He then delivered a copy of the game, written in BASIC, to the PCC.[1]

In May 1973, one month after he had finished coding the game, Yob went to a conference at Stanford University and discovered that in the section of the conference where the PCC had set up computer terminals, multiple players were engrossed in playing Wumpus, making it, in his opinion, a hit game.[1][2] The PCC first mentioned the game in its newsletter in September 1973 as a "cave game" that would be available to order through them soon, and gave it a full two-page description in its next issue in November 1973.[3] Tapes containing Wumpus were sold via mail order by both the PCC and Yob himself.[1][4] The PCC description was republished along with source code in its book What to Do After You Hit Return in 1977, while a description of the game and its source code was published in Creative Computing in its October 1975 issue, and republished in The Best of Creative Computing the following year.[1][5][6] It also appeared in other books of BASIC games, such as Computer Programs in BASIC in 1981.[7]

Legacy edit

Multiple versions of Hunt the Wumpus were created and distributed after the game's release. Yob made Wumpus 2 and Wumpus 3, beginning immediately after finishing the original game, with Wumpus 2 adding different cave arrangements and Wumpus 3 adding more hazards.[1][8] The source code for Wumpus 2 was published in Creative Computing and republished in The Best of Creative Computing 2 (1977), along with a description of Wumpus 3.[5] The PCC announced in the same November 1973 newsletter issue as it discussed the original game that a version from them titled Super Wumpus would be available soon, and listed it in its order catalog in its January 1974 issue under both that name and Wumpus 3.[4][9] In 1978, a book titled Superwumpus, by Jack Emmerichs, was published containing source code for both BASIC and assembly language versions of his unrelated version of Hunt the Wumpus.[10]

In addition to the original BASIC games, versions of Hunt the Wumpus have been created for numerous other systems. Yob had seen or heard of versions in several languages, such as IBM RPG and Fortran, by 1975.[1] A version in C, written in November 1973 by Ken Thompson, creator of the Unix operating system, was released in 1974; a later C version can still be found in the bsdgames package on modern BSD and Linux operating systems.[11][12][13] In 1978, Danny Hillis, working as a summer intern on the TMS9918 graphics chip, wrote a graphical version of the game as a demonstration with the pattern of caves displayed as a torus instead of a dodecahedron, which was later published as a commercial game for the TI-99/4A.[14] In 1981, a version was released for the HP-41C calculator.[15]

Hunt the Wumpus has been cited as an early example of a survival horror game; the book Vampires and Zombies claims that it was an early example of the genre, while the paper "Restless dreams in Silent Hill" states that "from a historical perspective the genre's roots lie in Hunt the Wumpus".[16][17] Other sources, however, such as the book The World of Scary Video Games, claim that the game lacks elements needed for a "horror" game, as the player hunts rather than is hunted by the Wumpus, and nothing in the game is explicitly intended to frighten the player, making it more of an early adventure or puzzle game.[18] Kevin Cogger of 1Up.com claimed that Wumpus, whether or not it is an adventure game, "introduced a number of concepts that would come to define the adventure genre", such as presenting the game from the perspective of the player-character, and non-grid-based map design.[19] In 2012, Hunt the Wumpus was listed on Time's All-Time 100 greatest video games list.[20] The Wumpus monster has appeared in several different forms of media, such as several "Wumpus" creature cards in Magic: The Gathering including a "Hunted Wumpus",[21] the 1983 video game M.U.L.E.,[22] and Cory Doctorow's 2011 novella The Great Big Beautiful Tomorrow.[23] The textbook Artificial Intelligence: A Modern Approach, with editions published since 1995, uses a version of this game as one of the examples.[24] An interactive audio-only version of the game was displayed by Jared Bendis as Treasure of the Wumpus in the Azimuth Cave at festivals in Ohio from 2011 to 2018, and an interactive touch screen version of the game, Return to Wumpus Cave, was presented in 2022.[25][26][27]

References edit

  1. ^ a b c d e f g h Ahl, David, ed. (1976). The Best of Creative Computing. Vol. 1. Creative Computing Press. pp. 247–248. ISBN 978-0-916688-01-1.
  2. ^ Altenberg, Lee (1988). "The History of Synergy". Lee Altenberg. Retrieved 2019-01-10.
  3. ^ "Our Games: Past Present and Future". People's Computer Company Newsletter. Vol. 2, no. 1. People's Computer Company. September 1973. p. 20.
  4. ^ a b "Hunt the Wumpus" (PDF). People's Computer Company Newsletter. Vol. 2, no. 2. People's Computer Company. November 1973. p. 23.
  5. ^ a b Ahl, David, ed. (1977). The Best of Creative Computing. Vol. 2. Creative Computing Press. p. 244. ISBN 978-0-916688-03-5.
  6. ^ People's Computer Company (1977). What to Do After You Hit Return: A Computer Games Book from People's Computer Company. Hayden Book Company. pp. 63–64.
  7. ^ Friedman, Paul (1981). Computer Programs in BASIC. Prentice Hall. p. 91. ISBN 978-0-13-165225-5.
  8. ^ "Wumpus". People's Computer Company Newsletter. Vol. 3, no. 3. People's Computer Company. January 1975. p. 24. Archived from the original on 2019-01-10. Retrieved 2019-01-10.
  9. ^ "Order Form". People's Computer Company Newsletter. Vol. 2, no. 3. People's Computer Company. January 1974. p. 23. Archived from the original on 2016-01-01. Retrieved 2019-01-11.
  10. ^ Emmerichs, Jack (1978). Superwumpus. Byte Publications. ISBN 978-0-931718-03-8.
  11. ^ Ritchie, Dennis (June 2001). "Ken, Unix, and Games". ICGA Journal. Vol. 24, no. 2. International Computer Games Association. ISSN 1389-6911.
  12. ^ Thompson, Ken; Ritchie, Dennis (June 1974). Unix Programmer's Manual, Fifth Edition (PDF). Bell Telephone Laboratories. p. 278.
  13. ^ "Package: bsdgames". Debian Packages. Software in the Public Interest. Archived from the original on 2018-11-06. Retrieved 2018-11-28.
  14. ^ Atwood, Jeff (2005-12-05). "The History of Wumpus". Coding Horror. Archived from the original on 2016-05-13. Retrieved 2019-01-10.
  15. ^ Librach, Hank (February 1981). "Hunt the Wumpus with Your HP-41C". Byte. Vol. 6, no. 3. UBM. pp. 230, 232. ISSN 0360-5280. Retrieved 2013-10-18.
  16. ^ Fischer-Hornung, Dorothea; Mueller, Monika (2016). Vampires and Zombies: Transcultural Migration and Transnational Interpretations. University Press of Mississippi. p. 235. ISBN 978-1-4968047-7-8. A comparatively well-established subgenre of the horror game, survival horror aims to create an experience of entrapment, persecution, tension, suspense, and discomfort. Traditionally, the protagonist of such games is an ordinary individual trapped in some isolated, monster-infested location . . . Hunt the Wumpus, Sweet Home, and Alone in the Dark represent early examples of the genre.
  17. ^ Kirkland, Ewan (2005). "Restless Dreams in Silent Hill: Approaches to Video Game Analysis". Journal of Media Practice. 6 (3): 167–178. doi:10.1386/jmpr.6.3.167/1. S2CID 144390289. From a historical perspective the genre's roots lie in Hunt the Wumpus
  18. ^ Perron, Bernard (2018-05-31). The World of Scary Video Games: A Study in Videoludic Horror. Bloomsbury Publishing. pp. 142–146. ISBN 978-1-5013-1622-7. It is, however, a bit of a stretch to talk about the game in these generic terms and to place it in a horrific context.
  19. ^ Cogger, Kevin (2005-03-31). "Crucial Classics: Wumpus". 1Up.com. Ziff Davis. Archived from the original on 2005-12-28.
  20. ^ Grossman, Lev (2012-11-15). "All-Time 100 Video Games". Time. Archived from the original on 2012-11-18. Retrieved 2016-09-20.
  21. ^ "Hunted Wumpus". Wizards of the Coast. Archived from the original on 2018-01-31. Retrieved 2018-01-30.
  22. ^ Weiss, Brett (2012-11-12). "M.U.L.E.". Classic Home Video Games, 1985–1988: A Complete Reference Guide. McFarland & Company. ISBN 978-1-4766-0141-0.
  23. ^ Raets, Stefan (2011-11-01). "Progress or Change? Cory Doctorow's The Great Big Beautiful Tomorrow". Tor.com. Tor Books. Archived from the original on 2018-08-28. Retrieved 2019-01-10.
  24. ^ Holder, Larry. "Wumpus World Simulator". Washington State University. Retrieved 2020-06-18.
  25. ^ Donald, Rosenberg (2011-09-15). "Cleveland's Ingenuityfest kicks off Friday with an intriguing blend of art, technology". The Plain Dealer. Retrieved 2022-09-16.
  26. ^ DeOreo, Dave (2012-09-12). "Lombardi, Jared Bendis, Mary Davis and Road Trip!". Ideastream. Retrieved 2022-09-16.
  27. ^ Bendis, Jared. "Azimuth Cave". Retrieved 2022-09-16.

External links edit

  • Playable versions of Hunt the Wumpus and Hunt the Wumpus 2 as published by Creative Computing (1977) can be found at the Internet Archive
  • A playable version of Wumpus 3, aka Super Wumpus, as published by the People's Computer Company (1974) can be found at the Internet Archive
  • Game manual for the TI-99/4A version of Hunt the Wumpus