Fixed klingon count to avoid winning the game before all the klingons
[super-star-trek.git] / sst.xml
1 <!DOCTYPE refentry PUBLIC 
2    "-//OASIS//DTD DocBook XML V4.1.2//EN"
3    "docbook/docbookx.dtd">
4 <refentry id='sst.6'>
5 <refmeta>
6 <refentrytitle>sst</refentrytitle>
7 <manvolnum>6</manvolnum>
8 <refmiscinfo class='date'>Nov 1 2004</refmiscinfo>
9 </refmeta>
10 <refnamediv id='name'>
11 <refname>sst</refname>
12 <refpurpose>the classic Super Star Trek game</refpurpose>
13 </refnamediv>
14 <refsynopsisdiv id='synopsis'>
15
16 <cmdsynopsis>
17 <command>sst</command>
18 <arg choice='opt'>-t </arg> 
19 <arg rep='repeat' ><replaceable>command</replaceable></arg>  
20 </cmdsynopsis>
21
22 </refsynopsisdiv>
23
24 <refsect1 id='description'><title>DESCRIPTION</title>
25
26 <para>The Organian Peace Treaty has collapsed, and the Federation is
27 at war with the Klingon Empire. Joining the Klingons against the
28 Federation are the members of the Romulan Star Empire. As commander
29 of the Starship U.S.S. Enterprise, your job is to wipe out the Klingon
30 invasion fleet and make the galaxy safe for democracy.</para>
31
32 <para>This is one of the great early classic computer games from the
33 1970s and still has a remarkable amount of play value. Run
34 <command>sst</command> in a terminal window to start it.  Typing
35 'comands' at the prompt will list all commands; help is available for
36 each one individually as well.  Full documentation is <ulink
37 url='http://sst.berlios.de/sst-doc.html'>browseable</ulink>.  On
38 systems where <filename>/usr/share/doc/sst/</filename> is a legal
39 filename, it will probably be installed there as well.</para>
40
41 <para>There is one option -t, which forces the original pure-tty mode.
42 Normally sst tries to come up in full-screen mode that assumes it is
43 running on a cursor-addressable terminal or terminal emulator.</para>
44
45 <para>Input tokens for the setup prompts will be read from the
46 remainder of the command line before standard input.  Thus, for
47 example, you can invoke the program as</para>
48
49 <programlisting>
50 sst regular medium good
51 </programlisting>
52
53 <para>to start a regular medium game as a good player.</para>
54 </refsect1>
55
56 <refsect1 id='authors'><title>AUTHORS</title> 
57 <para>Super Star Trek was designed and written by David Matuszek, Paul
58 Reynolds, and Don Smith in the 1970s.  It was resurrected by Tom Almy.
59 The screen-oriented interface is by Stas Seergeev. This version has
60 been cleaned up and documented by Eric S. Raymond
61 <email>esr@snark.thyrsus.com</email>.  There is a <ulink
62 url='https://developer.berlios.de/projects/sst/'>project
63 page</ulink>.</para>
64 </refsect1>
65 </refentry>
66