anarch/index.html

263 lines
7.0 KiB
HTML
Raw Normal View History

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;
src: url(Aileron-Light.otf);
}
@font-face
{
font-family: Aileron;
src: url(Aileron-Bold.otf);
font-weight: bold;
}
@font-face
{
font-family: Aileron;
src: url(Aileron-LightItalic.otf);
font-style: italic;
}
ul
{
2020-09-26 08:03:49 -04:00
width: 90%;
2020-07-18 14:40:45 -04:00
margin: auto;
padding: 0;
2020-09-26 08:03:49 -04:00
border: 1px dotted red;
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;
}
a
{
text-decoration: none;
color: white;
border-bottom: 1px solid white;
}
body
{
font-family: 'Aileron', 'Montserrat', 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: 80px 0 25px;
color: white;
}
.site-subtitle
{
display: block;
text-align: center;
padding-bottom: 20px;
}
.wow
{
display: block;
font-weight: bold;
font-size: 45px;
text-align: center;
color: white;
margin: 70px auto 35px;
text-shadow: 0px 0px 60px red;
}
.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;
}
.love
{
margin: 40px 0 0;
display: block;
text-align: center;
color: #ee0033;
font-size: 25px;
font-weight: bold;
}
img
{
display: block;
margin: auto;
}
.subtitle
{
display: block;
text-align: center;
}
2020-09-26 08:03:49 -04:00
iframe
{
display: block;
margin: auto;
}
2020-07-18 14:40:45 -04:00
</style>
</head>
<body>
2020-07-18 18:12:00 -04:00
<h1>WIP!!!!!!</h1>
2020-07-18 14:40:45 -04:00
<h1>Anarch</h1>
<span class="subtitle">the suckless, anticapitalist, public domain game, for everyone</span>
2020-08-08 05:10:34 -04:00
<img src="media/logo_big.png">
2020-07-18 14:40:45 -04:00
<span class="wow">THIS IS SPECIAL</span>
<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 extreme <a href="https://suckless.org">simplicity</a>.
It is so efficient, portable and hackable that not even Doom can
match it. It has completely <b>no dependencies</b> and doesn't even
use floating point in case your computer doesn't have it. It can
fit into TODO (with assets included!) and runs with XXX RAM. No build
system, library, internet connection or package manager is required for
compilation.
</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">
This is not a mere game meant for killing time or low goals such as making
profit, this is an art, a tool, a blueprint, a manifesto. Anarch can be
used for entertainment, but also for education, research, media creation,
as a benchmark, as a test, as an environment, as an engine, as a basis for
something greater. Only your imagination is the limit. Nothing is hidden,
everything is allowed and encouraged, no burdens are imposed.
</p>
<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 completely to the public domain,
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 sotware and
culture, well understandable and documented. This isn't made for any
profit. This is made out of <b>love</b>, for the greater good.
</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif">
2020-09-26 08:03:49 -04: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>
<h2><a href="https://gitlab.com/drummyfish/anarch#faq">FAQ</a></h2>
2020-07-18 14:40:45 -04:00
<h2>Download</h2>
<ul>
2020-09-26 08:03:49 -04:00
<li><a href="">64b GNU/Linux</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</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-09-26 08:03:49 -04:00
<h2>Better Society</h2>
2020-07-18 14:40:45 -04:00
<ul>
<li>support social anarchism</li>
<li>support pacifism</li>
<li>support free software</li>
<li>support free culture</li>
<li>reject capitalism</li>
<li>reject intellectual proeprty</li>
</ul>
<span class="love">love and peace &lt;3</span>
<p class="footer">
This page and its content, made by drummyfish, is 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>