💾 Archived View for goodclover.xyz › texts › Project-Space-Station › index.html captured on 2022-06-04 at 02:58:24.

View Raw

More Information

-=-=-=-=-=-=-

<!DOCTYPE html>
<html>
	<head>
		<title>Project: Space Station</title>
		<link rel=stylesheet type=text/css href="style.css" />
		<link rel=stylesheet type=text/css href="edits.css" />
	</head>
	<body>
		<header>
			<p>
				<h1>Project: Space Station</h1>
				by Avantage
			</p>
			<p>
				C64 and Apple version by <a href="http://en.wikipedia.org/wiki/Lawrence_Holland">Larry Holland</a><br/>
				IBM version by DPI<br/>
				Hypertext manual conversion by <a href="gemini://goodclover.xyz">GoodClover</a><br/>
			</p>
		</header>
		<nav>
			<h2>Table of Contents</h2>
			<ol>
				<li>
					<a href="intro.html">Introduction</a>
					<ol>
						<li><a href="intro.html#Goal">Goal</a></li>
						<li><a href="intro.html#Organization">Organization</a></li>
					</ol>
				</li>
				<br/>
				<li>
					<a href="getting-started.html">Getting Started</a>
					<ol>
						<li><a href="getting-started.html#System-Requirements">System Requirements</a></li>
						<li><a href="getting-started.html#Loading-the-Program">Loading the Program</a></li>
						<li><a href="getting-started.html#Keyboard-Commands">Keyboard Commands</a></li>
						<li><a href="getting-started.html#The-Main-Menu">The Main Menu</a></li>
						<li><a href="getting-started.html#The-Status-Board">The Status Board</a></li>
					</ol>
				</li>
				<br/>
				<li>
					<a href="tutorials.html">Tutorials</a>
					<ol>
						<li><a href="tutorials.html#Plan-Tutor">Plan Tutor</a></li>
						<li><a href="tutorials.html#Launch-Tutor">Launch Tutor</a></li>
						<li><a href="tutorials.html#EVA-Tutor">EVA Tutor</a></li>
						<li><a href="tutorials.html#Land-Tutor">Land Tutor</a></li>
						<li><a href="tutorials.html#Research-and-Development-Tutor">Research and Development Tutor</a></li>
						<li><a href="tutorials.html#Tutor-Information">Tutor Information</a></li>
						<li><a href="tutorials.html#Sample-Missions">Sample Missions</a></li>
					</ol>
				</li>
				<br/>
				<li>
					<a href="reference.html">Reference</a>
					<ol>
						<li><a href="reference.html#Plan-Reference">Plan Reference</a></li>
						<li><a href="reference.html#Launch-Reference">Launch Reference</a></li>
						<li><a href="reference.html#Land-Reference">Land Reference</a></li>
						<li><a href="reference.html#Station-Reference">Station Reference</a></li>
						<li><a href="reference.html#EVA-Reference">EVA Reference</a></li>
						<li><a href="reference.html#Research-and-Development-Reference">Research and Development Reference</a></li>
						<li><a href="reference.html#Disk-Reference">Disk Reference</a></li>
						<li><a href="reference.html#Help-Reference">Help Reference</a></li>
					</ol>
				</li>
				<br/>
			</ol>
		</nav>
		<p>
			<h2>Hypertext Conversion Notes</h2>
			Alterations made during hypertext conversion are notated, with the exception of this page.
			Insertions appear <ins>like this</ins>.
			Deletions appear <del>like this</del>.
			Replacements appear <rep><del>upside down</del><ins>like this</ins></rep>.
			Hover over a deletion or replacement to see the original.
		</p>
	</body>
</html>