2020-07-18 14:40:45 -04:00
|
|
|
<!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;
|
2020-10-28 14:33:48 -04:00
|
|
|
src: url(http://www.tastyfish.cz/Aileron-Light.otf);
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
{
|
|
|
|
font-family: Aileron;
|
2020-10-28 14:33:48 -04:00
|
|
|
src: url(http://www.tastyfish.cz/Aileron-Bold.otf);
|
2020-07-18 14:40:45 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
{
|
|
|
|
font-family: Aileron;
|
2020-10-28 14:33:48 -04:00
|
|
|
src: url(http://www.tastyfish.cz/Aileron-LightItalic.otf);
|
2020-07-18 14:40:45 -04:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2020-10-28 14:33:48 -04:00
|
|
|
b
|
|
|
|
{
|
|
|
|
color: #d91a1a;
|
|
|
|
}
|
|
|
|
|
2020-07-18 14:40:45 -04:00
|
|
|
ul
|
|
|
|
{
|
2020-11-03 10:56:48 -05:00
|
|
|
width: 75%;
|
|
|
|
margin: 20px auto;
|
|
|
|
padding: 10px;
|
2020-10-28 14:33:48 -04:00
|
|
|
background-color: rgb(28,24,22);
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
li
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
width: 24%;
|
2020-09-26 08:03:49 -04:00
|
|
|
margin: 10px 0;
|
2020-07-18 14:40:45 -04:00
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
2020-11-03 10:56:48 -05:00
|
|
|
vertical-align: top;
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
2020-10-31 14:41:54 -04:00
|
|
|
.logo
|
|
|
|
{
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
2020-07-18 14:40:45 -04:00
|
|
|
a
|
|
|
|
{
|
2020-10-31 14:41:54 -04:00
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
|
|
|
border-bottom: 1px solid white;
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
body
|
|
|
|
{
|
2020-10-31 14:41:54 -04:00
|
|
|
font-family: 'Aileron', sans-serif;
|
|
|
|
max-width: 750px;
|
|
|
|
margin: auto;
|
|
|
|
padding: 50px 0;
|
|
|
|
color: white;
|
|
|
|
background-color: black;
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
p
|
|
|
|
{
|
2020-10-31 14:41:54 -04:00
|
|
|
text-align: justify;
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h1
|
|
|
|
{
|
2020-10-31 14:41:54 -04:00
|
|
|
text-align: center;
|
|
|
|
font-size: 70px;
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h2
|
|
|
|
{
|
2020-10-31 14:41:54 -04:00
|
|
|
font-size: 25px;
|
|
|
|
text-align: center;
|
2020-11-03 10:56:48 -05:00
|
|
|
margin: 70px 0 25px;
|
2020-10-31 14:41:54 -04:00
|
|
|
color: white;
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
2020-11-03 10:56:48 -05:00
|
|
|
.subtitle
|
2020-07-18 14:40:45 -04:00
|
|
|
{
|
2020-10-31 14:41:54 -04:00
|
|
|
display: block;
|
2020-11-03 10:56:48 -05:00
|
|
|
margin: 20px;
|
2020-10-31 14:41:54 -04:00
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 20px;
|
2020-07-18 14:40:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.wow
|
|
|
|
{
|
|
|
|
display: block;
|
2020-11-03 10:56:48 -05:00
|
|
|
width: 100%;
|
2020-07-18 14:40:45 -04:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 45px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
margin: 70px auto 35px;
|
|
|
|
text-shadow: 0px 0px 60px red;
|
|
|
|
}
|
|
|
|
|
2020-11-03 10:56:48 -05:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2020-07-18 14:40:45 -04:00
|
|
|
.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;
|
|
|
|
}
|
2020-09-26 08:03:49 -04:00
|
|
|
|
2020-10-31 14:41:54 -04:00
|
|
|
iframe, .screenshot
|
2020-09-26 08:03:49 -04:00
|
|
|
{
|
|
|
|
display: block;
|
2020-10-31 14:41:54 -04:00
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screenshot
|
|
|
|
{
|
2020-11-02 09:53:26 -05:00
|
|
|
width: 70%;
|
2020-09-26 08:03:49 -04:00
|
|
|
}
|
2020-11-03 10:56:48 -05:00
|
|
|
|
|
|
|
.ap
|
|
|
|
{
|
|
|
|
width: 30px;
|
|
|
|
}
|
2020-07-18 14:40:45 -04:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-11-02 09:53:26 -05:00
|
|
|
<img class="logo" src="media/logo_big.png" alt="logo">
|
2020-07-18 14:40:45 -04:00
|
|
|
|
2020-10-31 14:41:54 -04:00
|
|
|
<span class="subtitle"><i>suckless, anticapitalist, public domain game for everyone</i></span>
|
2020-10-28 14:33:48 -04:00
|
|
|
|
2020-11-03 10:56:48 -05:00
|
|
|
<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>
|
|
|
|
|
2020-07-18 14:40:45 -04:00
|
|
|
<span class="wow">THIS IS SPECIAL</span>
|
|
|
|
|
2020-11-03 10:56:48 -05:00
|
|
|
<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>
|
2020-10-28 14:33:48 -04:00
|
|
|
|
2020-07-18 14:40:45 -04:00
|
|
|
<p class="description">
|
2020-11-03 10:56:48 -05:00
|
|
|
This isn't a 90s style retro shooter, this <b>is</b> a 90s shooter.
|
2020-07-18 14:40:45 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="description">
|
2020-10-31 14:41:54 -04:00
|
|
|
This game runs everywhere and adheres to great <a href="https://suckless.org">simplicity</a>.
|
2020-11-03 10:56:48 -05:00
|
|
|
It is much more efficient and portable than Doom.
|
2020-10-28 14:33:48 -04:00
|
|
|
It has completely <b>no dependencies</b> and doesn't even
|
|
|
|
use floating point in case your computer doesn't have the HW unit. It can
|
2020-10-31 14:41:54 -04:00
|
|
|
fit into <b>200 KB</b> (including assets!) and runs with just
|
2020-10-28 14:33:48 -04:00
|
|
|
<b>32 KB RAM</b>. No build system, library, internet connection or package
|
2020-10-31 14:41:54 -04:00
|
|
|
manager is inherently required for compilation as the whole game is wriiten
|
|
|
|
in pure C language.
|
2020-07-18 14:40:45 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="description">
|
|
|
|
This game is not just a mere entertainment, it is an art that
|
|
|
|
categorically rejects capitalist technology.
|
|
|
|
</p>
|
|
|
|
|
2020-09-26 08:03:49 -04:00
|
|
|
<span class="wow">MORE THAN A GAME</span>
|
2020-07-18 14:40:45 -04:00
|
|
|
|
|
|
|
<p class="description">
|
2020-10-31 14:41:54 -04:00
|
|
|
This is not a mere entertainment tool meant for killing time or pursuing low
|
|
|
|
goals such as making profit, this is an 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.
|
2020-07-18 14:40:45 -04:00
|
|
|
</p>
|
|
|
|
|
2020-11-02 09:53:26 -05:00
|
|
|
<img class="screenshot" src="media/3screens.png" alt="screenshots">
|
2020-10-31 14:41:54 -04:00
|
|
|
|
2020-07-18 14:40:45 -04:00
|
|
|
<span class="wow">NO ONE OWNS THIS</span>
|
|
|
|
|
|
|
|
<p class="description">
|
|
|
|
Not even I, the creator, own any part of this game.
|
|
|
|
I 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
|
2020-10-28 14:33:48 -04:00
|
|
|
dedicate this game fully and <b>completely to the public domain</b>,
|
2020-07-18 14:40:45 -04:00
|
|
|
to you, my dear fellow human being. No one shoud be allowed to own
|
|
|
|
information and art.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="description">
|
2020-10-31 14:41:54 -04:00
|
|
|
I've done my best to ensure this is 100% free as in freedom software and
|
2020-07-18 14:40:45 -04:00
|
|
|
culture, well understandable and documented. This isn't made for any
|
2020-10-31 14:41:54 -04:00
|
|
|
profit. This is made out of <b>love</b>, for you and for the greater good.
|
2020-07-18 14:40:45 -04:00
|
|
|
</p>
|
2020-11-02 09:53:26 -05:00
|
|
|
|
2020-07-18 14:40:45 -04:00
|
|
|
<h2>Download</h2>
|
|
|
|
|
|
|
|
<ul>
|
2020-11-03 12:47:17 -05:00
|
|
|
<li><a href="">GNU/Linux SDL</a></li>
|
|
|
|
<li><a href="">GNU/Linux CSFML</a></li>
|
2020-09-26 08:03:49 -04:00
|
|
|
<li><a href="">play in browser</a></li>
|
|
|
|
<li><a href="">Pokitto</a></li>
|
|
|
|
<li><a href="">GB Meta</a></li>
|
2020-11-03 12:47:17 -05:00
|
|
|
<li><a href="">M$ Win$hit XP SDL</a></li>
|
|
|
|
<li><a href="">source code</a></li>
|
2020-07-18 14:40:45 -04:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>Explore</h2>
|
|
|
|
|
|
|
|
<ul>
|
2020-09-26 08:03:49 -04:00
|
|
|
<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>
|
2020-07-18 14:40:45 -04:00
|
|
|
</ul>
|
|
|
|
|
2020-11-03 10:56:48 -05:00
|
|
|
<h2><a href="https://gitlab.com/drummyfish/anarch#faq">FAQ in readme</a></h2>
|
2020-07-18 14:40:45 -04:00
|
|
|
|
|
|
|
<p class="footer">
|
2020-10-28 14:33:48 -04:00
|
|
|
This page and the presented game, both made by drummyfish, are released under
|
2020-07-18 14:40:45 -04:00
|
|
|
<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>
|