diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-10 20:01:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 81065fa127fbc46f8457b9c2f6b68011877380b6 (patch) | |
tree | 872f47062841274a98d9f522e48e009ba3ba92aa /games/ostrichriders/ostrichriders.rst | |
parent | 020be42b8c4985c4ddac3efa9a7c3728a955915c (diff) |
games/ostrichriders: Added (clone of the arcade game "Joust").
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/ostrichriders/ostrichriders.rst')
-rw-r--r-- | games/ostrichriders/ostrichriders.rst | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/games/ostrichriders/ostrichriders.rst b/games/ostrichriders/ostrichriders.rst new file mode 100644 index 000000000000..278b3f70d3c8 --- /dev/null +++ b/games/ostrichriders/ostrichriders.rst @@ -0,0 +1,81 @@ +.. RST source for ostrichriders(1) man page. Convert with: +.. rst2man.py ostrichriders.rst > ostrichriders.6 +.. rst2man.py comes from the SBo development/docutils package. + +.. |version| replace:: 0.6.3 +.. |date| date:: + +.. converting from pod: +.. s/B<\([^>]*\)>/**\1**/g +.. s/I<\([^>]*\)>/*\1*/g + +============= +ostrichriders +============= + +-------------------------------- +clone of the arcade game "Joust" +-------------------------------- + +:Manual section: 6 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +ostrichriders [*-l libdir*] + +DESCRIPTION +=========== + +Enemy knights are invading the kingdom. As one of the elite ostrich +riders, it is your duty to defend the kingdom. With lance in hand +you fly off. Remember to stay above your opponent lest you fall to +his lance. Collect the eggs lest your opponent hatches stronger than +before. Work together with other knights. + +The game is controlled entirely via the keyboard. Up to 3 players can +play on the same instance of the game (no networked multiplayer). The +menu is operated with arrow keys and Enter, and the gameplay keys are +configurable via the menu. + +OPTIONS +======= + +*-l* <libdir> + Use alternate game data directory. + +FILES +===== + +*/usr/share/ostrichriders/* + Game data directory. + +*~/.ostrichriders/* + Per-user directory (settings and high scores). + +BUGS +==== + +The default player 1 and 2 controls are shown on the menu screen, but +are not updated if the controls are changed using the Controls menu. + +COPYRIGHT +========= + +See the file /usr/doc/PRGNAM-|version|/LICENCE for license information. + +AUTHORS +======= + +PRGNAM was developed by Seby, Suiland, and Dennis Payne. + +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. + +SEE ALSO +======== + +The ostrichriders homepage: http://identicalsoftware.com/ostrichriders/ |