Hunt the Wumpus

Last updated

Hunt the Wumpus
Ti hunt the wumpus boxart.jpg
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

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.

Contents

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

Gameplay of Hunt the Wumpus, showing moving and shooting arrows Hunt the Wumpus screenshot.jpg
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. Hunt the Wumpus map 3d.svg
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

Numbering of the caves on a flattened map Hunt the Wumpus map.svg
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 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 of the same year. [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

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]

Related Research Articles

<i>Maniac Mansion</i> 1987 video game

Maniac Mansion is a 1987 graphic adventure video game developed and published by Lucasfilm Games. It follows teenage protagonist Dave Miller as he attempts to rescue his girlfriend Sandy Pantz from a mad scientist, whose mind has been enslaved by a sentient meteor. The player uses a point-and-click interface to guide Dave and two of his six playable friends through the scientist's mansion while solving puzzles and avoiding dangers. Gameplay is non-linear, and the game must be completed in different ways based on the player's choice of characters. Initially released for the Commodore 64 and Apple II, Maniac Mansion was Lucasfilm Games' first self-published product.

<i>Zork</i> 1977 video game

Zork is a text-based adventure game first released in 1977 by developers Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling for the PDP-10 mainframe computer. The original developers and others, as the company Infocom, expanded and split the game into three titles—Zork I: The Great Underground Empire, Zork II: The Wizard of Frobozz, and Zork III: The Dungeon Master—which were released commercially for a range of personal computers beginning in 1980. In Zork, the player explores the abandoned Great Underground Empire in search of treasure. The player moves between the game's hundreds of locations and interacts with objects by typing commands in natural language that the game interprets. The program acts as a narrator, describing the player's location and the results of the player's commands. It has been described as the most famous piece of interactive fiction.

<i>Colossal Cave Adventure</i> 1976 video game

Colossal Cave Adventure is a text-based adventure game, released in 1976 by developer Will Crowther for the PDP-10 mainframe computer. It was expanded upon in 1977 by Don Woods. In the game, the player explores a cave system rumored to be filled with treasure and gold. The game is composed of dozens of locations, and the player moves between these locations and interacts with objects in them by typing one- or two-word commands which are interpreted by the game's natural language input system. The program acts as a narrator, describing the player's location and the results of the player's attempted actions. It is the first well-known example of interactive fiction, as well as the first well-known adventure game, for which it was also the namesake.

A multiplayer video game is a video game in which more than one person can play in the same game environment at the same time, either locally on the same computing system, on different computing systems via a local area network, or via a wide area network, most commonly the Internet. Multiplayer games usually require players to share a single game system or use networking technology to play together over a greater distance; players may compete against one or more human contestants, work cooperatively with a human partner to achieve a common goal, or supervise other players' activity. Due to multiplayer games allowing players to interact with other individuals, they provide an element of social communication absent from single-player games.

<i>The Oregon Trail</i> (1971 video game) 1971 video game

The Oregon Trail is a text-based strategy video game developed by Don Rawitsch, Bill Heinemann, and Paul Dillenberger in 1971 and produced by the Minnesota Educational Computing Consortium (MECC) beginning in 1975. It was developed as a computer game to teach school children about the realities of 19th-century pioneer life on the Oregon Trail. In the game, the player assumes the role of a wagon leader guiding a party of settlers from Independence, Missouri, to Oregon City, Oregon via a covered wagon in 1847. Along the way the player must purchase supplies, hunt for food, and make choices on how to proceed along the trail while encountering random events such as storms and wagon breakdowns. The original versions of the game contain no graphics, as they were developed for computers that used teleprinters instead of computer monitors. A later Apple II port added a graphical shooting minigame.

<span class="mw-page-title-main">Lunar Lander (video game genre)</span> Moon landing simulation games

Lunar Lander is a genre of video games loosely based on the 1969 landing of the Apollo Lunar Module on the Moon. In Lunar Lander games, players control a spacecraft as it falls toward the surface of the Moon or other astronomical body, using thrusters to slow the ship's descent and control its horizontal motion to reach a safe landing area. Crashing into obstacles, hitting the surface at too high a velocity, or running out of fuel all result in failure. In some games in the genre, the ship's orientation must be adjusted as well as its horizontal and vertical velocities.

Trade Wars is a series of video games dating back to 1984. The video games are inspired by Hunt the Wumpus, the board game Risk, and the original space trader game Star Trader.

<i>Star Trek</i> (1971 video game) 1971 video game

Star Trek is a text-based strategy video game based on the Star Trek television series (1966–69) and originally released in 1971. In the game, the player commands the USS Enterprise on a mission to hunt down and destroy an invading fleet of Klingon warships. The player travels through the 64 quadrants of the galaxy to attack enemy ships with phasers and photon torpedoes in turn-based battles and refuel at starbases. The goal is to eliminate all enemies within a random time limit.

<i>Super Pitfall</i> 1986 video game

Super Pitfall is a 1986 side-scrolling non-linear platform game for the Nintendo Entertainment System (NES). Despite the title screen stating that it was reprogrammed by Pony Inc, the development of the NES version was handled by Micronics, a Japanese developer who mostly ported arcade games to the NES.

<i>Pitfall II: Lost Caverns</i> 1984 video game

Pitfall II: Lost Caverns is a video game developed by David Crane for the Atari 2600. It was released in 1984 by Activision. The player controls Pitfall Harry, who must explore in wilds of Peru to find the Raj Diamond, and rescue his niece Rhonda and their animal friend Quickclaw. The game world is populated by enemies and hazards that variously cause the player to lose points and return to a checkpoint.

<span class="mw-page-title-main">Gregory Yob</span> American video game designer (1945–2005)

Gregory Yob was an American computer game designer.

Star Trader is a 1974 video game and an early example of the space trading genre. The game involves players moving from star to star on a map of the galaxy, buying and selling quantities of six types of merchandise in a competition to make the most money. The game was developed by Dave Kaufman for computers in 1973, and its BASIC source code was printed in the January 1974 issue of the People's Computer Company Newsletter. It was reprinted in the 1977 book What to Do After You Hit Return. The game was the inspiration for the multiplayer Trade Wars series, beginning in 1984, and is thought to be the antecedent to much of the space trading genre.

<i>Cauldron</i> (video game) 1985 video game

Cauldron is a video game developed and published by British developer Palace Software in 1985 for the ZX Spectrum, Commodore 64, and Amstrad CPC home computers. It contains both platform game and horizontally scrolling shooter sections. Players control a witch who aims to become the "Witch Queen" by defeating an enemy called the "Pumpking".

Hunter, in Darkness is a 1999 interactive fiction game by Andrew Plotkin, written in Inform. It won the "Best Individual Puzzle" and "Best Setting" categories in the 1999 XYZZY Awards, and came in eighth overall in the 1999 Interactive Fiction Competition.

<i>Hamurabi</i> (video game) 1968 video game

Hamurabi is a text-based strategy video game of land and resource management. It was first developed under the name King of Sumeria or The Sumer Game by Doug Dyment in 1968 at Digital Equipment Corporation as a computer game for fellow employee Richard Merrill's newly invented FOCAL programming language.

<i>CURSOR</i> Early computer-based magazine distributed on cassette from 1978 and into the early 1980s

CURSOR: Programs for PET Computers was an early computer-based "magazine" that was distributed on cassette from 1978 and into the early 1980s. Each issue, consisting of the cassette itself and a short newsletter including a table of contents, contained programs, utilities, and games. Produced for users of the Commodore PET, and available by subscription only, CURSOR was a forerunner of the later disk magazines ("diskmags") that came about as floppy disk drives became common, and eventually ubiquitous, in home and personal computing during the 1980s.

People's Computer Company (PCC) was an organization, a newsletter and, later, a quasiperiodical called the Dragonsmoke. PCC was founded and produced by Dennis Allison, Bob Albrecht and George Firedrake in Menlo Park, California in the early 1970s.

<i>Dungeons & Dragons Computer Fantasy Game</i> 1981 video game

Dungeons & Dragons Computer Fantasy Game is a handheld electronic game released by Mattel in 1981. Designer Peter Oliphant claims that it was one of the more basic projects he worked on during his career.

<i>Mugwump</i> (video game) 1973 video game

Mugwump is an early video game where the user is tasked with finding "Mugwumps" randomly hidden on a 10×10 grid. It is a text-based game written in BASIC. It was initially written for the PDP-10 and later HP2000.

Mainframe computers are computers used primarily by businesses and academic institutions for large-scale processes. Before personal computers, first termed microcomputers, became widely available to the general public in the 1970s, the computing industry was composed of mainframe computers and the relatively smaller and cheaper minicomputer variant. During the mid to late 1960s, many early video games were programmed on these computers. Developed prior to the rise of the commercial video game industry in the early 1970s, these early mainframe games were generally written by students or employees at large corporations in a machine or assembly language that could only be understood by the specific machine or computer type they were developed on. While many of these games were lost as older computers were discontinued, some of them were ported to high-level computer languages like BASIC, had expanded versions later released for personal computers, or were recreated for bulletin board systems years later, thus influencing future games and developers.

References

  1. 1 2 3 4 5 6 7 8 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. 1 2 "Hunt the Wumpus" (PDF). People's Computer Company Newsletter . Vol. 2, no. 2. People's Computer Company. November 1973. p. 23.
  5. 1 2 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.