Continue level

This commit is contained in:
Miloslav Číž 2020-07-18 20:40:45 +02:00
parent 2ce47e2165
commit bb5a696c13
3 changed files with 316 additions and 0 deletions

BIN
assets/levelA.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
assets/logo_big.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

316
webpage.html Normal file
View File

@ -0,0 +1,316 @@
<!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
{
width: 100%;
margin: auto;
padding: 0;
}
li
{
display: inline-block;
width: 24%;
margin: 5px 0;
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;
}
ul
{
list-style: square;
}
.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;
}
</style>
</head>
<body>
<h1>Anarch</h1>
<span class="subtitle">the suckless, anticapitalist, public domain game, for everyone</span>
<img src="assets/logo_big.png">
<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>
<span class="wow">IT'IS MORE THAN A GAME</span>
<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">
<h2>Download</h2>
<ul>
<li>64 bit GNU SDL</li>
<li>Pokitto</li>
<li>GB Meta</li>
<li>M$ Win$hit SDL</li>
<li>play in browser</li>
</ul>
<h2>Explore</h2>
<ul>
<li><a href="https://gitlab.com/drummyfish/sucklessfps">source code at gitlab</a></li>
<li>author's website</li>
<li>libre game wiki</li>
<li>OGA assets</li>
</ul>
<h2>FAQ</h2>
<dl>
<dt>Why?</dt>
<dd>
Because I find it ridiculously depressing that in a world where we have
millions of computer games there isn't a single serious one made
purely for the benefit of everyone on the planet, without self-interest
(liceses, ads, DRM, ...) being embedded somewhere underneath. It may be
one of the saddest things about this so called "advanced" society.
</dd>
<dt>So I can really do anything with this?</dt>
<dd>
Legally yes, you are only limited by your morals. I believe written
law is extremely bad and that no one should be allowed to own
any information, so I purposfully abandon my legal ability to "defend" my
work and try to make you use your moral sense instead, which you may have
stopped using due to being told by the rules what is or isn't good. I
ask you, without it being a legal condition, that start sharing your own
work freely as I do, to spread this mentality. But only if you agree with
me.
</dd>
<dt>Who are you?</dt>
<dd>
I am an anarcho-pacifist programmer. At day I am forced to be a
cleaning slave at a factory, at night I contribute to society. You can
read more about me at my <a href="https://www.tastyfish.cz">website</a>.
</dd>
<dt>Is this a joke?</dt>
<dd>No.</dd>
<dt>Can I support you?</dt>
<dd>
Yes, this isn't made for any profit, but if you decide you want to gift
some food to a fellow human being, you can find my support info at my
<a href="https://www.tastyfish.cz">website</a>.
</dd>
<dt>I have a question about the code...</dt>
<dd>
</dd>
<dt>I have a question about your opinions...</dt>
<dd>
</dd>
</dl>
<h2>Support Better Society</h2>
<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>