diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-08 18:59:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-08 18:59:58 +0000 |
commit | 09a00a853f2ba06818d25b4cc017f754e28bfcc1 (patch) | |
tree | 8fb78c925478ac39fcc9925af3dfedcc03ee95cb /games/worm/worm.6 | |
parent | 79c51c968d61c800a129f366ff0bdd44d7b06c61 (diff) |
cleanup; pjanzen@foatdi.harvard.edu
Diffstat (limited to 'games/worm/worm.6')
-rw-r--r-- | games/worm/worm.6 | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/games/worm/worm.6 b/games/worm/worm.6 index a4ba9bdcf9a..88ab9b0bdf8 100644 --- a/games/worm/worm.6 +++ b/games/worm/worm.6 @@ -45,23 +45,19 @@ .Sh DESCRIPTION In .Nm worm, -you are a little worm, your body is the "o"'s on the screen +you are a little worm: your body is the "o"'s on the screen and your head is the "@". You move with the hjkl keys (as in the game -snake). If you don't press any keys, you continue in the direction you +snake(6)). If you don't press any keys, you continue in the direction you last moved. The upper case HJKL keys move you as if you had pressed -several (9 for HL and 5 for JK) of the corresponding lower case key -(unless you run into a digit, then it stops). +several of the corresponding lower case key (9 for HL and 5 for JK, or +until you run into a digit, whichever comes first). .Pp -On the screen you will see a digit, if your worm eats the digit is will -grow longer, the actual amount longer depends on which digit it was -that you ate. The object of the game is to see how long you can make -the worm grow. +On the screen you will see a digit. If your worm eats the digit it will +grow longer by that number of "o"'s. The object of the game is to see how +long you can make the worm grow. .Pp -The game ends when the worm runs into either the sides of the screen, +The game ends when the worm runs into either the sides of the screen or itself. The current score (how much the worm has grown) is kept in -the upper left corner of the screen. +the upper right corner of the screen. .Pp The optional argument, if present, is the initial length of the worm. -.Sh BUGS -If the initial length of the worm is set to less than one or more -than 75, various strange things happen. |