Mercurial > hg > early-roguelike
comparison rogue5/rogue.cat.in @ 33:f502bf60e6e4
Import Rogue 5.4 from the Roguelike Restoration Project (r1490)
| author | elwin |
|---|---|
| date | Mon, 24 May 2010 20:10:59 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 32:2dcd75e6a736 | 33:f502bf60e6e4 |
|---|---|
| 1 ROGUE(6) ROGUE(6) | |
| 2 | |
| 3 | |
| 4 | |
| 5 NAME | |
| 6 rogue - Exploring The Dungeons of Doom | |
| 7 | |
| 8 SYNOPSIS | |
| 9 @PROGRAM@ [ -r ] [ save_file ] [ -s ] [ -d ] | |
| 10 | |
| 11 DESCRIPTION | |
| 12 Rogue is a computer fantasy game with a new twist. It is crt oriented | |
| 13 and the object of the game is to survive the attacks of various mon- | |
| 14 sters and get a lot of gold, rather than the puzzle solving orientation | |
| 15 of most computer fantasy games. | |
| 16 | |
| 17 To get started you really only need to know two commands. The command | |
| 18 ? will give you a list of the available commands and the command / | |
| 19 will identify the things you see on the screen. | |
| 20 | |
| 21 To win the game (as opposed to merely playing to beat other people's | |
| 22 high scores) you must locate the Amulet of Yendor which is somewhere | |
| 23 below the 20th level of the dungeon and get it out. Nobody has | |
| 24 achieved this yet and if somebody does, they will probably go down in | |
| 25 history as a hero among heroes. | |
| 26 | |
| 27 When the game ends, either by your death, when you quit, or if you (by | |
| 28 some miracle) manage to win, rogue will give you a list of the top-ten | |
| 29 scorers. The scoring is based entirely upon how much gold you get. | |
| 30 There is a 10% penalty for getting yourself killed. | |
| 31 | |
| 32 If save_file is specified, rogue will be restored from the specified | |
| 33 saved game file. If the -r option is used, the save game file is pre- | |
| 34 sumed to be the default. | |
| 35 | |
| 36 The -s option will print out the list of scores. | |
| 37 | |
| 38 The -d option will kill you and try to add you to the score file. | |
| 39 | |
| 40 For more detailed directions, read the document A Guide to the Dungeons | |
| 41 of Doom. | |
| 42 | |
| 43 AUTHORS | |
| 44 Michael C. Toy, Kenneth C. R. C. Arnold, Glenn Wichman | |
| 45 | |
| 46 FILES | |
| 47 @SCOREFILE@ Score file | |
| 48 ~/rogue.save Default save file | |
| 49 | |
| 50 SEE ALSO | |
| 51 Michael C. Toy and Kenneth C. R. C. Arnold, A guide to the Dungeons of | |
| 52 Doom | |
| 53 | |
| 54 BUGS | |
| 55 Probably infinite (although countably infinite). However, that Ice | |
| 56 Monsters sometimes transfix you permanently is not a bug. It's a fea- | |
| 57 ture. | |
| 58 | |
| 59 | |
| 60 | |
| 61 4th Berkeley Distribution May 6, 1986 ROGUE(6) |
