- Rogue (computer game)
"Rogue" popularized the
dungeon crawl ing computer game dating back from 1980. A favorite on collegeUnix systems in the early to mid-1980scite web |url=http://www.1up.com/do/feature?cId=3123537 |title= The Essential 50 — 12. "Rogue" |accessdate=2007-12-23 |author= Jeremy Parish|date= |work=1UP.com |publisher=Ziff Davis ] and created a class of derivatives known collectively as "roguelike s". "Rogue" inspired "Hack",cite web|url=http://homepages.cwi.nl/~aeb/games/hack/hack.html|accessdate=2008-07-05|author=Andries Brouwer|title=Hack|quote=Hack was originally written by Jay Fenlason (at lincolnsudbury: 29 East St., Sudbury Mass., 01776) with help from Kenny Woodland, Mike Thome and Jon Payne. Basically it was an implementation of Rogue, however, with 52+ instead of 26 monster types.] cite web|author=Julie Bresnick|url=http://www.linux.com/articles/5501|title=On the Train of Life with Nethack's Papa|accessdate=2008-07-05|quote= [Fenlason] was a junior at a high school in a small suburb outside of Boston when he went to visit UC Berkeley. There he was introduced to Rogue. Like any good hacker, his imagination went into the game before it went out. He was intrigued and went looking for the source. When he was denied that access [the Salon article states it was available, but at the time Fenlason sought it, it was not] he simply started experimenting.] cite web|url=http://archive.salon.com/tech/feature/2000/01/27/nethack/index1.html|title=The Best Game Ever|publisher=Salon.com |quote=The basic framework for Nethack began with an earlier game called Rogue....Rogue became the basis for an offspring called Hack, and in acknowledgement of code fixes and additions passed back and forth via Usenet, the quickly evolving game was renamed Nethack.] which in turn led to "NetHack ", "Hack"'s modern-day descendant. Some of the more notable roguelikes include "Moria", "Angband", and "ADOM". The roguelike genre influenced numerous later games, such as "Diablo"."Rogue is generally credited with being the first "graphical" adventure game, and it probably was at least one of the first (Wizardry could probably also make the claim). And its graphics have since been far surpassed by everything from Myst to Doom. But I think Rogue's biggest contribution, and one that still stands out to this day, is that the computer itself generated the adventure in Rogue. Every time you played, you got a new adventure. That's really what made it so popular for all those years in the early eighties."-Glenn Wichman [http://www.wichman.org/roguehistory.html A Brief History of "Rogue"] by Glenn R. Wichman, originally published in Japanese translation in ASCII Magazine]
Gameplay
In "Rogue", the player assumes the typical role of an adventurer of early
fantasy role-playing game s. The game starts at the uppermost level of an unmapped dungeon with myriadmonster s andtreasure . The goal is to fight one's way to the bottom, retrieve theAmulet of Yendor, then ascend to the surface. Until the Amulet is retrieved, the player cannot return to earlier levels. Monsters in the levels become progressively more difficult to defeat. Rare is the adventurer who will again see the light of day.User interface
In the original, all aspects of the dungeon, including the character and the monsters, are represented by letters and symbols. Monsters are represented by capital letters (such as Z for zombie), and as such there are 26 types. This type of display makes it appropriate for a dumb terminal. "Rogue" was one of the first widely used applications of the curses screen control library. Like all programs using this library, the game uses the termcap database to adapt to the capabilities of terminals made by different vendors. Later ports of "Rogue" apply extended character sets to the
text user interface or replace it with graphical tiles.The basic movement keys ("h", left; "j", down; "k", up; and "l", right) are the same as the cursor control keys in the
vi editor. Other game actions also use a single keystroke — "q" to quaff apotion , "w" to wield aweapon , "e" to eat somefood , etc. In the DOS version, the cursor keys worked, and the fast move keys (HJKL) were replaced by using thescroll lock key.Each dungeon level has a grid of 3 rooms by 3 rooms, or dead end hallways where rooms would be expected. Later levels included "
maze s" in the place of rooms as well. Unlike mostadventure game s of the time, the dungeon layout and the placement of objects within are randomly generated. Every time it is played, exploration is equally risky. With an assortment of potions, scrolls, wands, weapons, armor, and food, there are many ways to succeed, and many more ways to die. Maximizing the character's survival potential is always a challenge. While the graphics are archaic by today's gaming standards, the strategy necessary to play and succeed is no less than that required by modern games.Development
The original authors of "Rogue" are
Michael Toy ,Glenn Wichman , and thenKen Arnold . [ [http://users.tkk.fi/~eye/roguelike/rogue.html Rogue - Exploring the Dungeons of Doom (1980)] ] The earliest versions were written on the UNIX system at UC Santa Cruz and later coding moved, along with Michael Toy, to UC Berkeley. The game became popular enough to be distributed with Version 4.2 of BSD (Berkeley Standard Distribution) UNIX. "Rogue" was ported by Michael Toy andJon Lane to the IBM PC, and then by Michael Toy to the Macintosh. Toy and Lane formed the company A.I. Design, which marketed these versions.Later, marketing was handed over to established
video game publisher Epyx , who contracted A.I. Design to port the game toAmiga ,Atari ST and CoCo personal computers.In 1988, the budget software publisher
Mastertronic released a commercial port of "Rogue" for theAmstrad CPC ,Commodore 64 , andZX Spectrum computers. [ [http://www.worldofspectrum.org/infoseekid.cgi?id=0004224 "Rogue" by Mastertronic] fromWorld of Spectrum ]Numerous clones exist for modern
operating system s such asMicrosoft Windows , [ [http://www.prankster.com/winrogue/ Rogue for Windows] from Prankster.com]Mac OS X , [ [http://sourceforge.net/projects/roguedarwin/ Rogue for OS X] fromSourceForge ]Palm OS , [ [http://roguelike-palm.sourceforge.net/ Roguelikes for PalmOS] from SourceForge]Linux , [http://roguelikes.sauceforge.net/pub/rogue/index.html The Rogue Home Page] with various versions of "Rogue"] and BSD OSs.Automated play
Because the input and output of the original game is over a terminal interface, it is relatively easy in Unix to redirect output to another program. One such program, "
Rog-O-Matic ", was developed to play and win the game. It remains an interesting study inexpert system design and led to the development of other game-playing programs, typically called "borgs" or "bots". Some target roguelikes, in particular "Angband".cite web |url=http://www.thangorodrim.net/borg.html |title=Angband Borg |accessdate=2007-12-23| author= |date= |work= Thangorodrim - The Angband Page| publisher= ]References
External links
* A [http://www.hut.fi/~eye/roguelike/rogue.html history of the game]
* Another [http://www.wichman.org/roguehistory.html brief history of the game] by Glenn Wichman
* An [http://home.arcor.de/cybergoth/gamesc/rogueinterview.html Interview] with Glenn Wichman
* [http://rogue.rogueforge.net/home/ The Roguelike Restoration Project] , with multiple versions of "Rogue"
*
* [http://www.hexatron.com/rogue/ Hexatron's Java Rogue] - anonline Java version of "Rogue"
* [http://members.aol.com/bfbullpup/macgames.html U Mac Rogue] from The Mac Games Machine
Wikimedia Foundation. 2010.