changeset 188:4fc95d726146

Additions to the help page.
author John "Elwin" Edwards
date Wed, 21 Jan 2015 17:33:30 -0500
parents 12a733792e0b
children 09451f300a8a
files about.html
diffstat 1 files changed, 15 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/about.html	Wed Jan 21 17:21:35 2015 -0500
+++ b/about.html	Wed Jan 21 17:33:30 2015 -0500
@@ -6,20 +6,20 @@
 </head>
 <body>
 <h1>RLG-Web β8 Help and Information</h1>
-<p>This page explains <a href="/">RLG-Web</a> and how to use it.  Since the project is still under rapid development, details may change.</p>
+<p>This page explains <a href="/">RLG-Web</a> and how to use it. Since the project is still under rapid development, details may change.</p>
 <h2>Browser Compatibility</h2>
 <p>RLG-Web uses WebSockets, which means the server can send data to your browser as soon as Rogue generates it, instead of waiting for the browser 
-to ask for it.  This reduces the lag time.</p>
-<p>WebSockets are supported in most recent browsers.  RLG-Web has been tested using Firefox and Chrome; there should be no problems with them.
-Safari 6 or newer and Internet Explorer 10 or newer are compatible.  Opera ought to work, though it hasn't been tested yet.</p>
+to ask for it. This reduces the lag time.</p>
+<p>WebSockets are supported in most recent browsers. RLG-Web has been tested using Firefox and Chrome; there should be no problems with them.
+Safari 6 or newer and Internet Explorer 10 or newer are compatible. Opera ought to work, though it hasn't been tested yet.</p>
 <p>You may encounter problems on mobile devices.</p>
 <h2>Starting Games</h2>
-<p>If you have already registered an account, you can log in.  If not, create one with the "New name" button.  Once logged in, RLG-Web will list your
+<p>If you have already registered an account, you can log in. If not, create one with the "New name" button. Once logged in, RLG-Web will list your
 saved games and let you resume them or start new ones.</p>
 <p>If there are games being played, you can watch them whether you are logged in or not.</p>
 <p>Use the "Stop" button to stop watching a game, or to force a game you are playing to save.</p>
 <h2>Playing Games</h2>
-<p>The games can be difficult to learn if you are not familiar with ASCII roguelikes.  The '?' key will tell you what each key does.  An 'S' will save 
+<p>The games can be difficult to learn if you are not familiar with ASCII roguelikes. The '?' key will tell you what each key does. An 'S' will save 
 your game, and a 'Q' will quit.</p>
 <p>The original method of moving around was with the vi-keys.</p>
 <table style="font-size: 2em; margin: 0 5em">
@@ -28,16 +28,20 @@
 <tr><td>b</td><td>j</td><td>n</td></tr>
 </table>
 <p>This is the most reliable way of exploring.</p>
-<p>You can also move with arrow keys, or with the number pad, if your browser recognizes those keys.  If it doesn't, the simulated keyboard can imitate
+<p>You can also move with arrow keys, or with the number pad, if your browser recognizes those keys. If it doesn't, the simulated keyboard can imitate
 them.</p>
+<p>Stairs are represented by '%'. Descend them by typing '&gt;'.</p>
 <h2>Saving Games</h2>
-<p>If you accidentally close your browser, don't worry.  Your game will be saved automatically.  Your strength 18 character with the two-handed sword on level 22 is safe from bugs and network problems.  But the dragons are sure to get him.</p>
+<p>If you accidentally close your browser, don't worry. Your game will be saved automatically. Your strength 18 character with the two-handed sword on level 22 is safe from bugs and network problems. But the dragons are sure to get him.</p>
+<h2>Ending Games</h2>
+<p>Be warned: your game will not end in victory. Rogue is nearly impossible to beat, by design. If you expect to win, you will quickly become frustrated.
+Learn to enjoy the game anyway, and one day you may find the Amulet.</p>
 <h2>Accounts and Passwords</h2>
-<p>rlgallery.org doesn't use https yet, so you should not assume your password is safe.  Don't use the same one you use on your bank's website, etc.</p>
-<p>You don't have to supply a valid e-mail address.  It will only be used if you ask to have your password reset.</p>
+<p>rlgallery.org doesn't use https yet, so you should not assume your password is safe. Don't use the same one you use on your bank's website, etc.</p>
+<p>You don't have to supply a valid e-mail address. It will only be used if you ask to have your password reset.</p>
 <p>You can change your e-mail or password on the <a href="/options.html">options page</a>.</p>
 <h2>Compatibility</h2>
-<p>RLG-Web cooperates with dgamelaunch.  It uses the same account database.  You can save a game in one and resume play with the other.  Both systems 
+<p>RLG-Web cooperates with dgamelaunch. It uses the same account database. You can save a game in one and resume play with the other. Both systems 
 are capable of watching games being played in the other.</p>
 </body>
 </html>