Difference between revisions of "Rogue"

From RogueBasin
Jump to navigation Jump to search
(Updated Rogue homepage)
m
Line 36: Line 36:
* [http://www.monmouth.com/%7Ecolonel/rvm.html The Rogue's Vade-Mecum], a Rogue spoiler.
* [http://www.monmouth.com/%7Ecolonel/rvm.html The Rogue's Vade-Mecum], a Rogue spoiler.


* [hhttp://rogue.rogueforge.net/ The Rogue Home Page], including sources and binaries for several platforms.
* [http://rogue.rogueforge.net/ The Rogue Home Page], including sources and binaries for several platforms.
* [http://www.roguelikedevelopment.org/archive/index.php The Rogue Archive], a comprehensive collection of Rogue versions for several platforms (both source code and binaries).
* [http://www.roguelikedevelopment.org/archive/index.php The Rogue Archive], a comprehensive collection of Rogue versions for several platforms (both source code and binaries).
* [http://www.wichman.org/roguehistory.html A Brief History of Rogue]
* [http://www.wichman.org/roguehistory.html A Brief History of Rogue]

Revision as of 01:36, 11 May 2009

Rogue
Major Roguelike
Developer Michael Toy, Glenn Wichman, Ken Arnold
Theme Fantasy
Influences Dungeons & Dragons
Released 1980
Updated ??
Licensing ??
P. Language C
Platforms
Interface ASCII, Keyboard
Game Length ??
Official site of Rogue


Rogue, published in 1980, is the game that established the genre and inspired all other roguelikes.

Description

Rogue's storyline was very light: the point of the game was to go down all levels of a dungeon, in a world based on Dungeons & Dragons, starting from the top, killing monsters and plundering treasures, until finding the Amulet of Yendor. Then, the player had to climb every level up. It was one of the first games to use a spatial representation of the world where the action unfolded instead of textual descriptions. This was possible using a C function library called Curses, and this brought important advancements into the cRPG and in general PC gaming genre.

Contrary to many other computer RPGs of the time, all levels were randomly generated. Rogue was intended to be played on Unix terminals. Thus, the dungeon was displayed in text mode, characters and monsters being represented by letters. Actions were issued by single keystrokes. Rogue defined the very roguelike genre. Random generation, basic plot, text (or tiled) based display still are the usual features of roguelikes.

The more direct descendant of rogue was Hack, although Larn and Moria are closely related to it as well.

Versions and platforms

Rogue was written in 1980 by Michael Toy, Glenn Wichman and Ken Arnold for Unix. It was ported to several platforms.

Rogue clones can now be found for nearly every existing platform.

Related topics

Related links