need to clean scanner before asking for the game type.
[super-star-trek.git] / www / index.html
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5    <meta name="Author" content="Eric Raymond">
6    <meta name="Description" content="The classic Super Star Trek game.">
7    <meta name="Keywords" content="Star Trek, games, retrocomputing">
8    <title>Super Star Trek home page</title>
9    <style type="text/css">
10 BODY 
11 {
12         margin-left:  60px;
13         margin-right: 60px;
14         margin-top:   30px;
15 }
16    </style>
17 </head>
18 <body background='lpt.jpg'>
19
20 <h1 align='center'><code>Super Star Trek</code> &mdash; a classic computer game</h1>
21
22 <p>Save the Federation from the invading Klingons!  Visit exotic
23 planets and strip-mine them for dilithium!  Encounter mysterious space
24 thingies!  This is the home page of the classic Super Star Trek game
25 from the days of slow teletypes, reloaded.</p>
26
27 <p>SST2K is a modern Unix port of the University of Texas "Super Star
28 Trek" game originally written in FORTRAN in the mid-1970s.  It has
29 options to restrict its feature set to what was in earlier versions.</p>
30
31 <p>SST2K is a kind of time machine back to what interactive programs were
32 like in the days of hardcopy terminals, before graphics and before
33 even video displays. Despite this archaism and decades after it was 
34 written, SST2K retains significant play value.  We think it's both fun
35 and instructive to see how good a game could be written under those
36 conditions.</p>
37
38 <p>Presently the code is available only via <a
39 href='ssh://git.berlios.de/gitroot/sst'>git</a>
40 at the <a href='https://developer.berlios.de/projects/sst/'>SST
41 Project Page</a> on berlios.de.  It builds and runs. We expect to do
42 an actual release Real Soon Now.</p>
43
44 <p>In the meantime, you can at least browse the <a href='sst-doc.html'>game
45 documentation</a>.
46
47 <center><img src="trek.png"/></center>
48
49 <p>You can read the project's <a href='TODO'>to-do list</a>.  If
50 you want to help with these things, here are the project mailing
51 lists:</p>
52
53 <ul>
54 <li><a
55 href="https://lists.berlios.de/mailman/listinfo/sst-users">sst-users</a>
56 is for questions and technical support on <code>sst</code>.</p></li>
57
58 <li><a
59 href="https://lists.berlios.de/mailman/listinfo/sst-devel">sst-dev</a>
60 is for <code>sst</code> developers.</p></li>
61
62 <li><a
63 href="https://lists.berlios.de/mailman/listinfo/sst-commit-watch">sst-commit-watch</a>
64 carries notifications of commits to the sst repository.  It is
65 recommended that developers subscribe to this.</p></li> </ul>
66 </ul>
67
68 <p>Tom Almy, one of the SST project founders, has <a
69 href='http://www.almy.us/sst.html'>an SST page of his own</a>.</p>
70
71 <p>There is a <a href='http://en.wikipedia.org/wiki/Super_Star_Trek'>Wikipedia 
72 entry</a>.</p>
73
74 <p>SST is fairly closely related to Eric Allman's BSD Trek, which also started
75 life as a C translation of UT Super Star Trek.  BSD Trek is missing most of
76 the post-1978 features of SST2K, but does add a cloaking device for the 
77 Romulans.</p>
78
79 <p>The only other really current Star Trek port we know of is 
80 <a href='http://shankel.best.vwh.net/opentrek.html'>OpenTrek</a>,
81 which appears to be set in the ST:TNG universe (featuring the Borg
82 Collective as the villains) and has a fancy graphical interface.</p>
83
84 <p>(There are also some multi-player Trek variants out there, notably
85 XTrek and NetTrek, that have a very different feel from any of the
86 Trek solitaires.)</p>
87
88 <p>For a truly retro-Trek experience, see the <a
89 href='http://www.calormen.com/Star_Trek/ASCII/'>Star Trek ASCII Art
90 Archive</a>.</p>
91
92 <p>If this game interested you, you may want to check out some of the
93 other ancient games at the <a
94 href='http://www.catb.org/retro/'>Retrocomputing Museum</a>.</p>
95
96 </body>
97 </html>
98