home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / riscbsd / 1_1_contri / usd / 33_rogue / rogue_me < prev   
Encoding:
Text File  |  1986-04-29  |  24.2 KB  |  890 lines

  1. .\" Copyright (c) 1980 Regents of the University of California.
  2. .\" All rights reserved.  The Berkeley software License Agreement
  3. .\" specifies the terms and conditions for redistribution.
  4. .\"
  5. .\"    @(#)rogue.me    6.2 (Berkeley) 4/28/86
  6. .\"
  7. .ds E \s-2<ESCAPE>\s0
  8. .ds R \s-2<RETURN>\s0
  9. .ds U \s-2UNIX\s0
  10. .ie t .ds _ \d\(mi\u
  11. .el .ds _ _
  12. .de Cs
  13. \&\\$3\*(lq\\$1\*(rq\\$2
  14. ..
  15. .sp 5
  16. .ce 1000
  17. .ps +4
  18. .vs +4p
  19. .b
  20. A Guide to the Dungeons of Doom
  21. .r
  22. .vs
  23. .ps
  24. .sp 2
  25. .i
  26. Michael C. Toy
  27. Kenneth C. R. C. Arnold
  28. .r
  29. .sp 2
  30. Computer Systems Research Group
  31. Department of Electrical Engineering and Computer Science
  32. University of California
  33. Berkeley, California  94720
  34. .sp 4
  35. .i ABSTRACT
  36. .ce 0
  37. .(b I F
  38. .bi Rogue
  39. is a visual CRT based fantasy game
  40. which runs under the \*U\(dg timesharing system.
  41. .(f
  42. \fR\(dg\*U is a trademark of Bell Laboratories\fP
  43. .)f
  44. This paper describes how to play rogue,
  45. and gives a few hints
  46. for those who might otherwise get lost in the Dungeons of Doom.
  47. .)b
  48. \".he '''\fBA Guide to the Dungeons of Doom\fP'
  49. \" .fo ''- % -''
  50. .eh 'USD:33-%''A Guide to the Dungeons of Doom'
  51. .oh 'A Guide to the Dungeons of Doom''USD:33-%'
  52. .sh 1 Introduction
  53. .pp
  54. You have just finished your years as a student at the local fighter's guild.
  55. After much practice and sweat you have finally completed your training
  56. and are ready to embark upon a perilous adventure.
  57. As a test of your skills,
  58. the local guildmasters have sent you into the Dungeons of Doom.
  59. Your task is to return with the Amulet of Yendor.
  60. Your reward for the completion of this task
  61. will be a full membership in the local guild.
  62. In addition,
  63. you are allowed to keep all the loot you bring back from the dungeons.
  64. .pp
  65. In preparation for your journey,
  66. you are given an enchanted mace,
  67. a bow, and a quiver of arrows
  68. taken from a dragon's hoard in the far off Dark Mountains.
  69. You are also outfitted with elf-crafted armor
  70. and given enough food to reach the dungeons.
  71. You say goodbye to family and friends for what may be the last time
  72. and head up the road.
  73. .pp
  74. You set out on your way to the dungeons
  75. and after several days of uneventful travel,
  76. you see the ancient ruins
  77. that mark the entrance to the Dungeons of Doom.
  78. It is late at night,
  79. so you make camp at the entrance
  80. and spend the night sleeping under the open skies.
  81. In the morning you gather your weapons,
  82. put on your armor,
  83. eat what is almost your last food,
  84. and enter the dungeons.
  85. .sh 1 "What is going on here?"
  86. .pp
  87. You have just begun a game of rogue.
  88. Your goal is to grab as much treasure as you can,
  89. find the Amulet of Yendor,
  90. and get out of the Dungeons of Doom alive.
  91. On the screen,
  92. a map of where you have been
  93. and what you have seen on the current dungeon level is kept.
  94. As you explore more of the level,
  95. it appears on the screen in front of you.
  96. .pp
  97. Rogue differs from most computer fantasy games in that it is screen oriented.
  98. Commands are all one or two keystrokes\**
  99. .(f
  100. \** As opposed to pseudo English sentences.
  101. .)f
  102. and the results of your commands
  103. are displayed graphically on the screen rather
  104. than being explained in words.\**
  105. .(f
  106. \** A minimum screen size of 24 lines by 80 columns is required.
  107. If the screen is larger, only the 24x80 section will be used
  108. for the map.
  109. .)f
  110. .pp
  111. Another major difference between rogue and other computer fantasy games
  112. is that once you have solved all the puzzles in a standard fantasy game,
  113. it has lost most of its excitement and it ceases to be fun.
  114. Rogue,
  115. on the other hand,
  116. generates a new dungeon every time you play it
  117. and even the author finds it an entertaining and exciting game.
  118. .sh 1 "What do all those things on the screen mean?"
  119. .pp
  120. In order to understand what is going on in rogue
  121. you have to first get some grasp of what rogue is doing with the screen.
  122. The rogue screen is intended
  123. to replace the \*(lqYou can see ...\*(rq descriptions
  124. of standard fantasy games.
  125. Figure 1 is a sample of what a rogue screen might look like.
  126. .(z
  127. .hl
  128. .nf
  129. .TS
  130. center;
  131. ce0 ce0 ce0 ce0 ce0 ce0 ce0 ce0 ce0 ce0 ce0 ce.
  132. -    -    -    -    -    -    -    -    -    -    -    -
  133. |    .    .    .    .    .    .    .    .    .    .    +
  134. |    .    .    @    .    .    .    .    ]    .    .    |
  135. |    .    .    .    .    B    .    .    .    .    .    |
  136. |    .    .    .    .    .    .    .    .    .    .    |
  137. -    -    -    -    -    +    -    -    -    -    -    -
  138. .TE
  139.  
  140.  
  141. .ce 1000
  142. Level: 1  Gold: 0      Hp: 12(12)  Str: 16(16)  Arm: 4  Exp: 1/0
  143.  
  144. Figure 1
  145. .ce
  146. .hl
  147. .)z
  148. .sh 2 "The bottom line"
  149. .pp
  150. At the bottom line of the screen
  151. are a few pieces of cryptic information
  152. describing your current status.
  153. Here is an explanation of what these things mean:
  154. .ip Level \w'Level\ \ 'u
  155. This number indicates how deep you have gone in the dungeon.
  156. It starts at one and goes up as you go deeper into the dungeon.
  157. .ip Gold \w'Level\ \ 'u
  158. The number of gold pieces you have managed to find
  159. and keep with you so far.
  160. .ip Hp \w'Level\ \ 'u
  161. Your current and maximum health points.
  162. Health points indicate how much damage you can take before you die.
  163. The more you get hit in a fight,
  164. the lower they get.
  165. You can regain health points by resting.
  166. The number in parentheses
  167. is the maximum number your health points can reach.
  168. .ip Str \w'Level\ \ 'u
  169. Your current strength and maximum ever strength.
  170. This can be any integer less than or equal to 31,
  171. or greater than or equal to three.
  172. The higher the number,
  173. the stronger you are.
  174. The number in the parentheses
  175. is the maximum strength you have attained so far this game.
  176. .ip Arm \w'Level\ \ 'u
  177. Your current armor protection.
  178. This number indicates how effective your armor is
  179. in stopping blows from unfriendly creatures.
  180. The higher this number is,
  181. the more effective the armor.
  182. .ip Exp \w'Level\ \ 'u
  183. These two numbers give your current experience level
  184. and experience points.
  185. As you do things,
  186. you gain experience points.
  187. At certain experience point totals,
  188. you gain an experience level.
  189. The more experienced you are,
  190. the better you are able to fight and to withstand magical attacks.
  191. .sh 2 "The top line"
  192. .pp
  193. The top line of the screen is reserved
  194. for printing messages that describe things
  195. that are impossible to represent visually.
  196. If you see a \*(lq--More--\*(rq on the top line,
  197. this means that rogue wants to print another message on the screen,
  198. but it wants to make certain
  199. that you have read the one that is there first.
  200. To read the next message,
  201. just type a space.
  202. .sh 2 "The rest of the screen"
  203. .pp
  204. The rest of the screen is the map of the level
  205. as you have explored it so far.
  206. Each symbol on the screen represents something.
  207. Here is a list of what the various symbols mean:
  208. .ip @
  209. This symbol represents you, the adventurer.
  210. .ip "-\^|"
  211. These symbols represent the walls of rooms.
  212. .ip +
  213. A door to/from a room.
  214. .ip .
  215. The floor of a room.
  216. .ip #
  217. The floor of a passage between rooms.
  218. .ip *
  219. A pile or pot of gold.
  220. .ip )
  221. A weapon of some sort.
  222. .ip ]
  223. A piece of armor.
  224. .ip !
  225. A flask containing a magic potion.
  226. .ip ?
  227. A piece of paper, usually a magic scroll.
  228. .ip =
  229. A ring with magic properties
  230. .ip /
  231. A magical staff or wand
  232. .ip ^
  233. A trap, watch out for these.
  234. .ip %
  235. A staircase to other levels
  236. .ip :
  237. A piece of food.
  238. .ip A-Z
  239. The uppercase letters
  240. represent the various inhabitants of the Dungeons of Doom.
  241. Watch out, they can be nasty and vicious.
  242. .sh 1 Commands
  243. .pp
  244. Commands are given to rogue by typing one or two characters.
  245. Most commands can be preceded by a count to repeat them
  246. (e.g. typing 
  247. .Cs 10s
  248. will do ten searches).
  249. Commands for which counts make no sense
  250. have the count ignored.
  251. To cancel a count or a prefix,
  252. type \*E.
  253. The list of commands is rather long,
  254. but it can be read at any time during the game with the
  255. .Cs ?
  256. command.
  257. Here it is for reference,
  258. with a short explanation of each command.
  259. .ip ?
  260. The help command.
  261. Asks for a character to give help on.
  262. If you type a
  263. .Cs * ,
  264. it will list all the commands,
  265. otherwise it will explain what the character you typed does.
  266. .ip /
  267. This is the \*(lqWhat is that on the screen?\*(rq command.
  268. A
  269. .Cs /
  270. followed by any character that you see on the level,
  271. will tell you what that character is.
  272. For instance,
  273. typing
  274. .Cs /@
  275. will tell you that the
  276. .Cs @
  277. symbol represents you, the player.
  278. .ip "h, H, ^H"
  279. Move left.
  280. You move one space to the left.
  281. If you use upper case
  282. .Cs h ,
  283. you will continue to move left until you run into something.
  284. This works for all movement commands
  285. (e.g.
  286. .Cs L
  287. means run in direction 
  288. .Cs l )
  289. If you use the \*(lqcontrol\*(rq
  290. .Cs h ,
  291. you will continue moving in the specified direction
  292. until you pass something interesting or run into a wall.
  293. You should experiment with this,
  294. since it is a very useful command,
  295. but very difficult to describe.
  296. This also works for all movement commands.
  297. .ip j
  298. Move down.
  299. .ip k
  300. Move up.
  301. .ip l
  302. Move right.
  303. .ip y
  304. Move diagonally up and left.
  305. .ip u
  306. Move diagonally up and right.
  307. .ip b
  308. Move diagonally down and left.
  309. .ip n
  310. Move diagonally down and right.
  311. .ip t
  312. Throw an object.
  313. This is a prefix command.
  314. When followed with a direction
  315. it throws an object in the specified direction.
  316. (e.g. type
  317. .Cs th
  318. to throw
  319. something to the left.)
  320. .ip f
  321. Fight until someone dies.
  322. When followed with a direction
  323. this will force you to fight the creature in that direction
  324. until either you or it bites the big one.
  325. .ip m
  326. Move onto something without picking it up.
  327. This will move you one space in the direction you specify and,
  328. if there is an object there you can pick up,
  329. it won't do it.
  330. .ip z
  331. Zap prefix.
  332. Point a staff or wand in a given direction
  333. and fire it.
  334. Even non-directional staves must be pointed in some direction
  335. to be used.
  336. .ip ^
  337. Identify trap command.
  338. If a trap is on your map
  339. and you can't remember what type it is,
  340. you can get rogue to remind you
  341. by getting next to it and typing
  342. .Cs ^
  343. followed by the direction that would move you on top of it.
  344. .ip s
  345. Search for traps and secret doors.
  346. Examine each space immediately adjacent to you
  347. for the existence of a trap or secret door.
  348. There is a large chance that even if there is something there,
  349. you won't find it,
  350. so you might have to search a while before you find something.
  351. .ip >
  352. Climb down a staircase to the next level.
  353. Not surprisingly, this can only be done if you are standing on staircase.
  354. .ip <
  355. Climb up a staircase to the level above.
  356. This can't be done without the Amulet of Yendor in your possession.
  357. .ip "."
  358. Rest.
  359. This is the \*(lqdo nothing\*(rq command.
  360. This is good for waiting and healing.
  361. .ip ,
  362. Pick up something.
  363. This picks up whatever you are currently standing on,
  364. if you are standing on anything at all.
  365. .ip i
  366. Inventory.
  367. List what you are carrying in your pack.
  368. .ip I
  369. Selective inventory.
  370. Tells you what a single item in your pack is.
  371. .ip q
  372. Quaff one of the potions you are carrying.
  373. .ip r
  374. Read one of the scrolls in your pack.
  375. .ip e
  376. Eat food from your pack.
  377. .ip w
  378. Wield a weapon.
  379. Take a weapon out of your pack and carry it for use in combat,
  380. replacing the one you are currently using (if any).
  381. .ip W
  382. Wear armor.
  383. You can only wear one suit of armor at a time.
  384. This takes extra time.
  385. .ip T
  386. Take armor off.
  387. You can't remove armor that is cursed.
  388. This takes extra time.
  389. .ip P
  390. Put on a ring.
  391. You can wear only two rings at a time
  392. (one on each hand).
  393. If you aren't wearing any rings,
  394. this command will ask you which hand you want to wear it on,
  395. otherwise, it will place it on the unused hand.
  396. The program assumes that you wield your sword in your right hand.
  397. .ip R
  398. Remove a ring.
  399. If you are only wearing one ring,
  400. this command takes it off.
  401. If you are wearing two,
  402. it will ask you which one you wish to remove,
  403. .ip d
  404. Drop an object.
  405. Take something out of your pack and leave it lying on the floor.
  406. Only one object can occupy each space.
  407. You cannot drop a cursed object at all
  408. if you are wielding or wearing it.
  409. .ip c
  410. Call an object something.
  411. If you have a type of object in your pack
  412. which you wish to remember something about,
  413. you can use the call command to give a name to that type of object.
  414. This is usually used when you figure out what a
  415. potion, scroll, ring, or staff is
  416. after you pick it up,
  417. or when you want to remember
  418. which of those swords in your pack you were wielding.
  419. .ip D
  420. Print out which things you've discovered something about.
  421. This command will ask you what type of thing you are interested in.
  422. If you type the character for a given type of object
  423. (\fIe.g.\fP
  424. .Cs !
  425. for potion)
  426. it will tell you which kinds of that type of object you've discovered
  427. (\fIi.e.\fP, figured out what they are).
  428. This command works for potions, scrolls, rings, and staves and wands.
  429. .ip o
  430. Examine and set options.
  431. This command is further explained in the section on options.
  432. .ip ^R
  433. Redraws the screen.
  434. Useful if spurious messages or transmission errors
  435. have messed up the display.
  436. .ip ^P
  437. Print last message.
  438. Useful when a message disappears before you can read it.
  439. This only repeats the last message
  440. that was not a mistyped command
  441. so that you don't loose anything by accidentally typing
  442. the wrong character instead of ^P.
  443. .ip \*E
  444. Cancel a command, prefix, or count.
  445. .ip !
  446. Escape to a shell for some commands.
  447. .ip Q
  448. Quit.
  449. Leave the game.
  450. .ip S
  451. Save the current game in a file.
  452. It will ask you whether you wish to use the default save file.
  453. .i Caveat :
  454. Rogue won't let you start up a copy of a saved game,
  455. and it removes the save file as soon as you start up a restored game.
  456. This is to prevent people from saving a game just before a dangerous position
  457. and then restarting it if they die.
  458. To restore a saved game,
  459. give the file name as an argument to rogue.
  460. As in
  461. .ti +1i
  462. .nf
  463. % rogue \fIsave\*_file\fP
  464. .ip
  465. To restart from the default save file (see below),
  466. run
  467. .ti +1i
  468. .nf
  469. % rogue \-r
  470. .ip v
  471. Prints the program version number.
  472. .ip )
  473. Print the weapon you are currently wielding
  474. .ip ]
  475. Print the armor you are currently wearing
  476. .ip =
  477. Print the rings you are currently wearing
  478. .ip @
  479. Reprint the status line on the message line
  480. .sh 1 Rooms
  481. .pp
  482. Rooms in the dungeons are either lit or dark.
  483. If you walk into a lit room,
  484. the entire room will be drawn on the screen as soon as you enter.
  485. If you walk into a dark room,
  486. it will only be displayed as you explore it.
  487. Upon leaving a room,
  488. all monsters inside the room
  489. are erased from the screen.
  490. In the darkness you can only see one space
  491. in all directions around you.
  492. A corridor is always dark.
  493. .sh 1 Fighting
  494. .pp
  495. If you see a monster and you wish to fight it,
  496. just attempt to run into it.
  497. Many times a monster you find will mind its own business
  498. unless you attack it.
  499. It is often the case that discretion is the better part of valor.
  500. .sh 1 "Objects you can find"
  501. .pp
  502. When you find something in the dungeon,
  503. it is common to want to pick the object up.
  504. This is accomplished in rogue by walking over the object
  505. (unless you use the
  506. .Cs m
  507. prefix, see above).
  508. If you are carrying too many things,
  509. the program will tell you and it won't pick up the object,
  510. otherwise it will add it to your pack
  511. and tell you what you just picked up.
  512. .pp
  513. Many of the commands that operate on objects must prompt you
  514. to find out which object you want to use.
  515. If you change your mind and don't want to do that command after all,
  516. just type an \*E and the command will be aborted.
  517. .pp
  518. Some objects, like armor and weapons,
  519. are easily differentiated.
  520. Others, like scrolls and potions,
  521. are given labels which vary according to type.
  522. During a game,
  523. any two of the same kind of object
  524. with the same label
  525. are the same type.
  526. However,
  527. the labels will vary from game to game.
  528. .pp
  529. When you use one of these labeled objects,
  530. if its effect is obvious,
  531. rogue will remember what it is for you.
  532. If it's effect isn't extremely obvious
  533. you will be asked what you want to scribble on it
  534. so you will recognize it later,
  535. or you can use the
  536. .Cs call
  537. command
  538. (see above).
  539. .sh 2 Weapons
  540. .pp
  541. Some weapons,
  542. like arrows,
  543. come in bunches,
  544. but most come one at a time.
  545. In order to use a weapon,
  546. you must wield it.
  547. To fire an arrow out of a bow,
  548. you must first wield the bow,
  549. then throw the arrow.
  550. You can only wield one weapon at a time,
  551. but you can't change weapons if the one
  552. you are currently wielding is cursed.
  553. The commands to use weapons are
  554. .Cs w
  555. (wield)
  556. and
  557. .Cs t
  558. (throw).
  559. .sh 2 Armor
  560. .pp
  561. There are various sorts of armor lying around in the dungeon.
  562. Some of it is enchanted,
  563. some is cursed,
  564. and some is just normal.
  565. Different armor types have different armor protection.
  566. The higher the armor protection,
  567. the more protection the armor affords against the blows of monsters.
  568. Here is a list of the various armor types and their normal armor protection:
  569. .(b
  570. .TS
  571. box center;
  572. l r.
  573. \ \ \fIType    Protection\fP
  574. None    0
  575. Leather armor    2
  576. Studded leather / Ring mail    3
  577. Scale mail    4
  578. Chain mail    5
  579. Banded mail / Splint mail    6
  580. Plate mail    7
  581. .TE
  582. .)b
  583. .lp
  584. If a piece of armor is enchanted,
  585. its armor protection will be higher than normal.
  586. If a suit of armor is cursed,
  587. its armor protection will be lower,
  588. and you will not be able to remove it.
  589. However, not all armor with a protection that is lower than normal is cursed.
  590. .pp
  591. The commands to use weapons are
  592. .Cs W
  593. (wear)
  594. and
  595. .Cs T
  596. (take off).
  597. .sh 2 Scrolls
  598. .pp
  599. Scrolls come with titles in an unknown tongue\**.
  600. .(f
  601. \** Actually, it's a dialect spoken only by the twenty-seven members
  602. of a tribe in Outer Mongolia,
  603. but you're not supposed to
  604. .i know
  605. that.
  606. .)f
  607. After you read a scroll,
  608. it disappears from your pack.
  609. The command to use a scroll is
  610. .Cs r
  611. (read).
  612. .sh 2 Potions
  613. .pp
  614. Potions are labeled by the color of the liquid inside the flask.
  615. They disappear after being quaffed.
  616. The command to use a scroll is
  617. .Cs q
  618. (quaff).
  619. .sh 2 "Staves and Wands"
  620. .pp
  621. Staves and wands do the same kinds of things.
  622. Staves are identified by a type of wood;
  623. wands by a type of metal or bone.
  624. They are generally things you want to do to something
  625. over a long distance,
  626. so you must point them at what you wish to affect
  627. to use them.
  628. Some staves are not affected by the direction they are pointed, though.
  629. Staves come with multiple magic charges,
  630. the number being random,
  631. and when they are used up,
  632. the staff is just a piece of wood or metal.
  633. .pp
  634. The command to use a wand or staff is
  635. .Cs z
  636. (zap)
  637. .sh 2 Rings
  638. .pp
  639. Rings are very useful items,
  640. since they are relatively permanent magic,
  641. unlike the usually fleeting effects of potions, scrolls, and staves.
  642. Of course,
  643. the bad rings are also more powerful.
  644. Most rings also cause you to use up food more rapidly,
  645. the rate varying with the type of ring.
  646. Rings are differentiated by their stone settings.
  647. The commands to use rings are
  648. .Cs P
  649. (put on)
  650. and
  651. .Cs R
  652. (remove).
  653. .sh 2 Food
  654. .pp
  655. Food is necessary to keep you going.
  656. If you go too long without eating you will faint,
  657. and eventually die of starvation.
  658. The command to use food is
  659. .Cs e
  660. (eat).
  661. .sh 1 Options
  662. .pp
  663. Due to variations in personal tastes
  664. and conceptions of the way rogue should do things,
  665. there are a set of options you can set
  666. that cause rogue to behave in various different ways.
  667. .sh 2 "Setting the options"
  668. .pp
  669. There are two ways to set the options.
  670. The first is with the
  671. .Cs o
  672. command of rogue;
  673. the second is with the
  674. .Cs ROGUEOPTS
  675. environment variable\**.
  676. .(f
  677. \** On Version 6 systems,
  678. there is no equivalent of the ROGUEOPTS feature.
  679. .br
  680. .)f
  681. .br
  682. .sh 3 "Using the `o' command"
  683. .pp
  684. When you type
  685. .Cs o
  686. in rogue,
  687. it clears the screen
  688. and displays the current settings for all the options.
  689. It then places the cursor by the value of the first option
  690. and waits for you to type.
  691. You can type a \*R
  692. which means to go to the next option,
  693. a
  694. .Cs \-
  695. which means to go to the previous option,
  696. an \*E
  697. which means to return to the game,
  698. or you can give the option a value.
  699. For boolean options this merely involves typing
  700. .Cs t
  701. for true or
  702. .Cs f
  703. for false.
  704. For string options,
  705. type the new value followed by a \*R.
  706. .sh 3 "Using the ROGUEOPTS variable"
  707. .pp
  708. The ROGUEOPTS variable is a string
  709. containing a comma separated list of initial values
  710. for the various options.
  711. Boolean variables can be turned on by listing their name
  712. or turned off by putting a
  713. .Cs no
  714. in front of the name.
  715. Thus to set up an environment variable so that
  716. .b jump
  717. is on,
  718. .b terse
  719. is off,
  720. and the
  721. .b name
  722. is set to \*(lqBlue Meanie\*(rq,
  723. use the command
  724. .nf
  725. .ti +3n
  726. % setenv ROGUEOPTS "jump,noterse,name=Blue Meanie"\**
  727. .fi
  728. .(f
  729. \**
  730. For those of you who use the Bourne shell sh (1), the commands would be
  731. .in +3
  732. .nf
  733. $ ROGUEOPTS="jump,noterse,name=Blue Meanie"
  734. $ export ROGUEOPTS
  735. .fi
  736. .in +0
  737. .)f
  738. .sh 2 "Option list"
  739. .pp
  740. Here is a list of the options
  741. and an explanation of what each one is for.
  742. The default value for each is enclosed in square brackets.
  743. For character string options,
  744. input over fifty characters will be ignored.
  745. .ip "\fBterse\fP [\fI\^noterse\^\fP]"
  746. Useful for those who are tired of the sometimes lengthy messages of rogue.
  747. This is a useful option for playing on slow terminals,
  748. so this option defaults to
  749. .i terse
  750. if you
  751. are on a slow (1200 baud or under) terminal.
  752. .ip "\fBjump\fP [\fI\^nojump\^\fP]"
  753. If this option is set,
  754. running moves will not be displayed
  755. until you reach the end of the move.
  756. This saves considerable cpu and display time.
  757. This option defaults to
  758. .i jump
  759. if you are using a slow terminal.
  760. .ip "\fBflush\fP [\fI\^noflush\^\fP]"
  761. All typeahead is thrown away after each round of battle.
  762. This is useful for those who type far ahead
  763. and then watch in dismay as a Bat kills them.
  764. .ip "\fBseefloor\fP [\fI\^seefloor\^\fP]"
  765. Display the floor around you on the screen
  766. as you move through dark rooms.
  767. Due to the amount of characters generated,
  768. this option defaults to
  769. .i noseefloor
  770. if you are using a slow terminal.
  771. .ip "\fBpassgo\fP [\fI\^nopassgo\^\fP]"
  772. Follow turnings in passageways.
  773. If you run in a passage
  774. and you run into stone or a wall,
  775. rogue will see if it can turn to the right or left.
  776. If it can only turn one way,
  777. it will turn that way.
  778. If it can turn either or neither,
  779. it will stop.
  780. This algorithm can sometimes lead to slightly confusing occurrences
  781. which is why it defaults to \fInopassgo\fP.
  782. .ip "\fBtombstone\fP [\fI\^tombstone\^\fP]"
  783. Print out the tombstone at the end if you get killed.
  784. This is nice but slow, so you can turn it off if you like.
  785. .ip "\fBinven\fP [\fI\^overwrite\^\fP]"
  786. Inventory type.
  787. This can have one of three values:
  788. .i overwrite ,
  789. .i slow ,
  790. or
  791. .i clear .
  792. With
  793. .i overwrite
  794. the top lines of the map are overwritten
  795. with the list
  796. when inventory is requested
  797. or when
  798. \*(lqWhich item do you wish to \fB. . .\fP? \*(rq questions
  799. are answered with a
  800. .Cs * .
  801. However, if the list is longer than a screenful,
  802. the screen is cleared.
  803. With
  804. .i slow ,
  805. lists are displayed one item at a time on the top of the screen,
  806. and with
  807. .i clear ,
  808. the screen is cleared,
  809. the list is displayed,
  810. and then the dungeon level is re-displayed.
  811. Due to speed considerations,
  812. .i clear
  813. is the default for terminals without
  814. clear-to-end-of-line capabilities.
  815. .ip "\fBname\fP [account name]"
  816. This is the name of your character.
  817. It is used if you get on the top ten scorer's list.
  818. .ip "\fBfruit\fP [\fI\^slime-mold\^\fP]"
  819. This should hold the name of a fruit that you enjoy eating.
  820. It is basically a whimsey that rogue uses in a couple of places.
  821. .ip "\fBfile\fP [\fI\^~/rogue.save\^\fP]"
  822. The default file name for saving the game.
  823. If your phone is hung up by accident,
  824. rogue will automatically save the game in this file.
  825. The file name may start with the special character
  826. .Cs ~
  827. which expands to be your home directory.
  828. .sh 1 Scoring
  829. .pp
  830. Rogue usually maintains a list
  831. of the top scoring people or scores on your machine.
  832. Depending on how it is set up,
  833. it can post either the top scores
  834. or the top players.
  835. In the latter case,
  836. each account on the machine
  837. can post only one non-winning score on this list.
  838. If you score higher than someone else on this list,
  839. or better your previous score on the list,
  840. you will be inserted in the proper place
  841. under your current name.
  842. How many scores are kept
  843. can also be set up by whoever installs it on your machine.
  844. .pp
  845. If you quit the game, you get out with all of your gold intact.
  846. If, however, you get killed in the Dungeons of Doom,
  847. your body is forwarded to your next-of-kin,
  848. along with 90% of your gold;
  849. ten percent of your gold is kept by the Dungeons' wizard as a fee\**.
  850. .(f
  851. \** The Dungeon's wizard is named Wally the Wonder Badger.
  852. Invocations should be accompanied by a sizable donation.
  853. .)f
  854. This should make you consider whether you want to take one last hit
  855. at that monster and possibly live,
  856. or quit and thus stop with whatever you have.
  857. If you quit, you do get all your gold,
  858. but if you swing and live, you might find more.
  859. .pp
  860. If you just want to see what the current top players/games list is,
  861. you can type
  862. .ti +1i
  863. .nf
  864. % rogue \-s
  865. .br
  866. .sh 1 Acknowledgements
  867. .pp
  868. Rogue was originally conceived of by Glenn Wichman and Michael Toy.
  869. Ken Arnold and Michael Toy then smoothed out the user interface,
  870. and added jillions of new features.
  871. We would like to thank
  872. Bob Arnold,
  873. Michelle Busch,
  874. Andy Hatcher,
  875. Kipp Hickman,
  876. Mark Horton,
  877. Daniel Jensen,
  878. Bill Joy,
  879. Joe Kalash,
  880. Steve Maurer,
  881. Marty McNary,
  882. Jan Miller,
  883. and
  884. Scott Nelson
  885. for their ideas and assistance;
  886. and also the teeming multitudes
  887. who graciously ignored work, school, and social life to play rogue
  888. and send us bugs, complaints, suggestions, and just plain flames.
  889. And also Mom.
  890.