anarch/index.html

286 lines
7.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<!-- Anarch game webpage, made by Miloslav Číž, released under CC0 1.0. -->
<head>
<meta charset="utf-8"/>
<meta name="author" content="Miloslav Číž">
<meta name="description" content="Anarch game website">
<meta name="keywords" content="game,gaming,anarch,drummyfish,tastyfish,anarchism,free software,free culture,public domain,cc0,freedom,suckless,open source">
<title> Anarch </title>
<style>
@font-face
{
font-family: Aileron;
src: url(http://www.tastyfish.cz/Aileron-Light.otf);
}
@font-face
{
font-family: Aileron;
src: url(http://www.tastyfish.cz/Aileron-Bold.otf);
font-weight: bold;
}
@font-face
{
font-family: Aileron;
src: url(http://www.tastyfish.cz/Aileron-LightItalic.otf);
font-style: italic;
}
b
{
color: #d91a1a;
}
ul
{
width: 75%;
margin: 20px auto;
padding: 10px;
background-color: rgb(28,24,22);
}
li
{
display: inline-block;
width: 24%;
margin: 10px 0;
padding: 0;
text-align: center;
vertical-align: top;
}
.logo
{
margin: 20px auto;
}
a
{
text-decoration: none;
color: white;
border-bottom: 1px solid white;
}
body
{
font-family: 'Aileron', sans-serif;
max-width: 750px;
margin: auto;
padding: 50px 0;
color: white;
background-color: black;
}
p
{
text-align: justify;
}
h1
{
text-align: center;
font-size: 70px;
}
h2
{
font-size: 25px;
text-align: center;
margin: 70px 0 25px;
color: white;
}
.subtitle
{
display: block;
margin: 20px;
text-align: center;
padding-bottom: 20px;
}
.wow
{
display: block;
width: 100%;
font-weight: bold;
font-size: 45px;
text-align: center;
color: white;
margin: 70px auto 35px;
text-shadow: 0px 0px 60px red;
}
.wow::before, .wow::after
{
content: "";
width: 30px;
height: 30px;
display: inline-block;
margin: 0 30px;
position: relative;
top: 4px;
background: url(https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif) no-repeat;
background-size: contain;
}
.description
{
display: block;
width: 75%;
margin: 20px auto;
font-size: 20px;
font-style: italic;
color: #dddddd;
}
.footer
{
border-top: 1px solid white;
display: block;
margin: 40px auto;
padding: 10px;
font-size: 15px;
font-style: italic;
color: #cccccc;
text-align: center;
}
img
{
display: block;
margin: auto;
}
.subtitle
{
display: block;
text-align: center;
}
iframe, .screenshot
{
display: block;
margin: 20px auto;
}
.screenshot
{
width: 70%;
}
.ap
{
width: 30px;
}
</style>
</head>
<body>
<img class="logo" src="media/logo_big.png" alt="logo">
<span class="subtitle"><i>suckless, anticapitalist, public domain game for everyone</i></span>
<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://peertube.mastodon.host/videos/embed/6c901037-b68b-45ac-8714-18903f34354c" frameborder="0" allowfullscreen></iframe>
<span class="wow">THIS IS SPECIAL</span>
<ul>
<li>needs only <b>200 KB</b>, <b>32 KB RAM</b>, <b>40 MHz CPU</b>!</li>
<li><b>suckless</b>, pure C, <b>no dependencies</b>, no FPU, GPU or file I/O needed</li>
<li>10 levels, 6 weapons, 7 enemy types, 3 ammo types</li>
<li>varying floor/ceiling oldschool SW ray casting engine with mouse support</li>
<li><b>100% pubic domain</b> CC0 free software and culture</li>
<li>100% original work, no third party assets</li>
<li>well documented, hackable, <b>extremely portable</b></li>
<li>completely <b>gratis</b>, without ads, DRM or similar bullshit</li>
</ul>
<p class="description">
This isn't a 90s style retro shooter, this <b>is</b> a 90s shooter.
</p>
<p class="description">
This game runs everywhere and adheres to great <a href="https://suckless.org">simplicity</a>.
It is much more efficient and portable than Doom and has completely
<b>no dependencies</b>. Not even floating point is used, in case your
computer doesn't have the HW unit. The game can fit into <b>200 KB</b>
(including assets!) and can run with just <b>32 KB RAM</b>. No build system,
library, internet connection or package manager is inherently required for
compilation as the whole game is written in pure C language.
</p>
<p class="description">
This game is not just a mere entertainment, it is an art that
categorically rejects capitalist technology.
</p>
<span class="wow">MORE THAN A GAME</span>
<p class="description">
This is not a mere entertainment toy meant for killing time or pursuing low
goals such as making profit, this is art, a tool, a blueprint, a manifesto.
Anarch is completely gratis and free as in freedom and besides entertainment
can also be used for hacking, education, research, media creation, as a benchmark,
as a test, as an environment, as an engine, as a basis for something greater.
You are not limited by anything. Nothing is hidden, everything is allowed,
no burdens are imposed.
</p>
<img class="screenshot" src="media/3screens.png" alt="screenshots">
<span class="wow">NO ONE OWNS THIS</span>
<p class="description">
Not even I, the creator, own any part of this game.
I&nbsp;have purposefully created everything myself from scratch,
including the engine, graphics, sounds, music, even the font and palette,
so that I could eventually give up all my rights and
dedicate this game fully and <b>completely to the public domain</b>,
to you, my dear fellow human being. No one shoud be allowed to own
information and art.
</p>
<p class="description">
I've done my best to ensure this is 100% free as in freedom software and
culture, well understandable and documented. This isn't made for any
profit. This is made out of <b>love</b>, for you and for the greater good.
</p>
<h2>Download</h2>
<ul>
<li><a href="">GNU/Linux SDL</a></li>
<li><a href="">GNU/Linux CSFML</a></li>
<li><a href="">play in browser</a></li>
<li><a href="">Pokitto</a></li>
<li><a href="">GB Meta</a></li>
<li><a href="">M$ Win$hit XP SDL</a></li>
<li><a href="">source code</a></li>
</ul>
<h2>Explore</h2>
<ul>
<li><a href="https://gitlab.com/drummyfish/sucklessfps">source code</a></li>
<li><a href="https://www.tastyfish.cz">author's website</a></li>
<li><a href="">libre game wiki</a></li>
<li><a href="">OGA assets</a></li>
</ul>
<h2><a href="https://gitlab.com/drummyfish/anarch#faq">FAQ in readme</a></h2>
<p class="footer">
This page and the presented game, both made by drummyfish, are released under
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>.
This page uses <a href="http://dotcolon.net/font/aileron/">Aileron</a>
CC0 font (if loaded properly).
</p>
</body>
</html>