summaryrefslogtreecommitdiff
path: root/index.html
blob: 1d1ba385f3fade990a586351271e9065dc1b5594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!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, Starshatter Open, Starshatter: The Open Source Project, space-sim, space combat simulator, military sci-fi game">
<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>

<div class="wrapper">

<header>
<h1 class="hidden">Starshatter: The Open Source Project</h1>
<div class="title">STAR<div class="star"><div></div></div>SHATTER <br><span class="subtitle">The Open Source Project</a></div>
</header>

<section id="news">
<h2>News <a class="self" href="#news">&sect;</a></h2>
<p>Latest development blog: <a href="https://ignore.pl/starshatter_open_dev_update_2022_09.html">September 2022</a>
</section>

<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 currently primarily distributed using itch.io platform. To download, please see link below:</p>
<iframe style="width: 100%" frameborder="0" src="https://itch.io/embed/1716634?bg_color=171717&amp;fg_color=eee&amp;link_color=15a1e3&amp;border_color=404040" style="width: 100%;"><a href="https://nthirtyone.itch.io/starshatter-open">Starshatter: The Open Source Project</a></iframe>
</section>

<section id="community">
<h2>Community <a class="self" href="#community">&sect;</a></h2>
<p>You can find out more about the project, find help, or get involved at:
<ul>
<li><a href="https://discord.gg/6GFacfuyBP">Discord Server</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>
</ul>
<p>More resources available at:
<ul>
<li><a href="http://www.starshattermods.net/news.php">Starshatter Mods</a>
<li><a href="https://negative-10.com/starshatter/">Starshatter at Negative-10</a>
</ul>
<p>If you want something added to this list, please let me know.
</section>

<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. If you want to help but you
don't know where to start or you don't have any particular ideas - <a href="https://discord.gg/6GFacfuyBP">just contact
us</a>.
<p>Source code is hosted at <a href="https://git.ignore.pl/starshatter/">git.ignore.pl</a>.
</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>

</div>

<script src="https://stats.ignore.pl/track.js"></script>