summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html86
1 files changed, 86 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c174f29
--- /dev/null
+++ b/index.html
@@ -0,0 +1,86 @@
+<!doctype html>
+<html lang="en">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="author" content="aki">
+<meta name="tags" content="Starshatter, The Gathering Storm, space-sim, space combat simulator, military sci-fi game">
+<meta name="description" content="Homepage of Starshatter: The Open Source Project">
+<link rel="icon" type="image/png" href="media/icon.png">
+<link rel="stylesheet" type="text/css" href="style.css">
+
+<title>Starshatter: The Open Source Project</title>
+
+<nav>
+<a href="#about">About</a>
+<a href="#screenshots">Screenshots</a>
+<a href="#downloads">Downloads</a>
+<a href="#contributing">Contributing</a>
+<a href="#community">Community</a>
+</nav>
+
+<header>
+<h1>STAR<div class="star"><div></div></div>SHATTER <br><span class="subtitle">The Open Source Project</a></h1>
+</header>
+
+<section id="about">
+<h2>About <a class="self" href="#about">&sect;</a></h2>
+<p><strong>Starshatter</strong> (2004) and <strong>Starshatter: The Gathering Storm</strong> (2006) were military space
+combat simulators in distant future. They allowed players to command all kind of ship sizes and all kind of ship groups
+putting the players anywhere in the regular military chain of command.
+<p>In 2011 the author, John DiCamillo, released game's source code under the 3-Clause BSD License.
+<p><strong>Starshatter: The Open Source Project</strong> is a legacy of this series and intends to maintain, polish, and
+extend the game. Just like before, the goal is to let the player experience the ultimate space combat, from planet
+surface to interstellar space, from piloting the smallest ships to commanding entire armadas.
+</section>
+
+<section id="screenshots">
+<h2>Screenshots <a class="self" href="#screenshots">&sect;</a></h2>
+<div class="gallery">
+<a href="media/screenshot1.png"><img src="media/screenshot1s.png" alt="Showcase screenshot #1"></a>
+<a href="media/screenshot2.png"><img src="media/screenshot2s.png" alt="Showcase screenshot #2"></a>
+<a href="media/screenshot3.png"><img src="media/screenshot3s.png" alt="Showcase screenshot #3"></a>
+<a href="media/screenshot4.png"><img src="media/screenshot4s.png" alt="Showcase screenshot #4"></a>
+<a href="media/screenshot5.png"><img src="media/screenshot5s.png" alt="Showcase screenshot #5"></a>
+<a href="media/screenshot6.png"><img src="media/screenshot6s.png" alt="Showcase screenshot #6"></a>
+</div>
+</section>
+
+<section id="downloads">
+<h2>Downloads <a class="self" href="#downloads">&sect;</a></h2>
+<p>Game is distributed in portable and self-contained packages for Windows that also work with Wine on other platforms.
+To play the game download the latest package, unpack it somewhere, and simply run it.
+<p class="centered"><a href="https://ftp.ignore.pl/starshatter/releases/latest/starshatter-all.zip">Download latest
+version (2022-02-16 00:30 CET)</a><br>
+<a class="smaller" href="https://ftp.ignore.pl/starshatter/releases/starshatter-executables.zip">Download only latest
+executables</a><br>
+<a class="smaller" href="https://ftp.ignore.pl/starshatter/releases/">Browse other versions and checksums</a>
+</section>
+
+<!-- Project Goals? -->
+
+<section id="contributing">
+<h2>Contributing <a class="self" href="#contributing">&sect;</a></h2>
+<p>Project accepts anyone that is interested in contributing in any way that seems helpful. Right now the team consists
+of only one person, so the details will need to be worked out naturally. Patches, ideas and bug reports are accepted.
+<p>Currently, the best way to engage with the project is through <a href="https://spacesimcentral.com/">Space Sim
+Central Forums</a> or <a href="http://www.starshattermods.net/">Starshatter Mods Forums</a>.
+<p>Project's main repository is hosted at <a href="https://git.ignore.pl/starshatter/">git.ignore.pl</a>.
+</section>
+
+<section id="community">
+<h2>Community <a class="self" href="#community">&sect;</a></h2>
+<p>Other websites that are worth checking out:
+<ul>
+<li><a href="http://www.starshattermods.net/news.php">Forums at Starshatter Mods</a>
+<li><a href="https://spacesimcentral.com/community/starshatter/">Forums at Space Sim Central</a>
+<li><a href="https://www.hard-light.net/forums/index.php?board=234.0">Forums at Hard-Light Productions</a>
+<li><a href="https://negative-10.com/starshatter/">Index at Negative-10</a>
+</ul>
+</section>
+
+<footer>
+<p>Hosted and maintained by <a href="https://ignore.pl/">ignore.pl</a>
+<p><a href="https://git.ignore.pl/starshatter/tree/NOTICE">Copyright notice</a>
+</footer>
+
+<script src="https://stats.ignore.pl/track.js"></script>