Update
[anarch.git] / index.html
blob16bca072efade1c4beacbc352251e827ee722937
1 <!DOCTYPE html>
2 <html lang="en">
3 <!-- Anarch game webpage, made by Miloslav Číž, released under CC0 1.0. -->
5 <head>
6 <meta charset="utf-8"/>
7 <meta name="author" content="Miloslav Číž">
8 <meta name="description" content="Anarch game website">
9 <meta name="keywords" content="game,gaming,anarch,drummyfish,tastyfish,anarchism,free software,free culture,public domain,cc0,freedom,suckless,open source">
11 <title> Anarch </title>
13 <style>
14 @font-face
16 font-family: Aileron;
17 src: url(http://www.tastyfish.cz/Aileron-Light.otf);
20 @font-face
22 font-family: Aileron;
23 src: url(http://www.tastyfish.cz/Aileron-Bold.otf);
24 font-weight: bold;
27 @font-face
29 font-family: Aileron;
30 src: url(http://www.tastyfish.cz/Aileron-LightItalic.otf);
31 font-style: italic;
36 color: #d91a1a;
41 width: 75%;
42 margin: 20px auto;
43 padding: 10px;
44 background-color: rgb(28,24,22);
49 display: inline-block;
50 width: 24%;
51 margin: 10px 0;
52 padding: 0;
53 text-align: center;
54 vertical-align: top;
57 .logo
59 margin: 20px auto;
64 text-decoration: none;
65 color: white;
66 border-bottom: 1px solid white;
69 body
71 font-family: 'Aileron', sans-serif;
72 max-width: 750px;
73 margin: auto;
74 padding: 50px 0;
75 color: white;
76 background-color: black;
81 text-align: justify;
86 text-align: center;
87 font-size: 70px;
92 font-size: 25px;
93 text-align: center;
94 margin: 70px 0 25px;
95 color: white;
98 .subtitle
100 display: block;
101 margin: 20px;
102 text-align: center;
103 padding-bottom: 20px;
106 .wow
108 display: block;
109 width: 100%;
110 font-weight: bold;
111 font-size: 45px;
112 text-align: center;
113 color: white;
114 margin: 70px auto 35px;
115 text-shadow: 0px 0px 60px red;
118 .wow::before, .wow::after
120 content: "";
121 width: 30px;
122 height: 30px;
123 display: inline-block;
124 margin: 0 30px;
125 position: relative;
126 top: 4px;
127 background: url(https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif) no-repeat;
128 background-size: contain;
131 .description
133 display: block;
134 width: 75%;
135 margin: 20px auto;
136 font-size: 20px;
137 font-style: italic;
138 color: #dddddd;
141 .footer
143 border-top: 1px solid white;
144 display: block;
145 margin: 40px auto;
146 padding: 10px;
147 font-size: 15px;
148 font-style: italic;
149 color: #cccccc;
150 text-align: center;
155 display: block;
156 margin: auto;
159 .subtitle
161 display: block;
162 text-align: center;
165 iframe, .screenshot
167 display: block;
168 margin: 20px auto;
171 .photo
173 width: 75%;
178 width: 30px;
181 .quotes
183 display: block;
184 width: 75%;
185 margin: 10px auto;
186 padding: 0;
189 .quotes dt
191 margin-top: 35px;
192 font-style: italic;
193 font-size: 20px;
196 .quotes dt a
198 text-decoration: none;
199 border-bottom: none;
202 .quotes dt a::before, .quotes dt a::after
204 content: "\"";
207 </style>
208 </head>
210 <body>
211 <a href="https://drummyfish.gitlab.io/anarch"><img class="logo" src="media/logo_big.png" alt="logo"></a>
213 <span class="subtitle"><i>suckless, anticapitalist, public domain game for everyone</i></span>
215 <iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://libre.video/videos/embed/c968774a-c12d-46d6-8851-0c578ffa8dcb" frameborder="0" allowfullscreen></iframe>
217 <span class="subtitle"><a href="https://drummyfish.itch.io/anarch">itch.io</a></span>
219 <dl class="quotes">
220 <dt> <a href="https://forum.freegamedev.net/viewtopic.php?f=22&t=14771#p95387">Easily the most plain and boring FPS I've ever played.</a> </dt> <dd> Onpon4, libre game developer </dd>
221 <dt> <a href="https://talk.pokitto.com/t/anarch-doom-clone-fps/2008/70">Technically the most impressive game on Pokito yet.</a> </dt> <dd> Jonne, the creator of Pokitto </dd>
222 <dt> <a href="https://archive.li/tFWrL#84%">Kill yourself.</a> </dt> <dd> Anonymous on 4chan </dd>
223 </dl>
225 <span class="wow">THIS IS SPECIAL</span>
227 <ul>
228 <li>needs only <b>200 KB</b>, <b>32 KB RAM</b>, <b>40 MHz CPU</b>!</li>
229 <li><b>suckless</b>, pure C, <b>no dependencies</b>, no FPU, GPU or file I/O needed</li>
230 <li>10 levels, 6 weapons, 7 enemy types, 3 ammo types</li>
231 <li>varying floor/ceiling oldschool SW ray casting engine with mouse support</li>
232 <li><b>100% public domain</b> CC0 free software and culture</li>
233 <li>100% original work, no third party assets</li>
234 <li>well documented, hackable, <b>extremely portable</b></li>
235 <li>completely <b>gratis</b>, without ads, DRM or similar bullshit</li>
236 </ul>
238 <p class="description">
239 This isn't a 90s style retro shooter, this <b>is</b> a 90s shooter.
240 </p>
242 <p class="description">
243 This game runs everywhere and adheres to great <a href="https://suckless.org">simplicity</a>.
244 It is much more efficient and portable than Doom and has completely
245 <b>no dependencies</b>. Not even floating point is used, in case your
246 computer doesn't have the HW unit. The game can fit into <b>200 KB</b>
247 (including assets!) and can run with just <b>32 KB RAM</b>. No build system,
248 library, internet connection or package manager is inherently required for
249 compilation as the whole game is written in pure C language.
250 </p>
252 <p class="description">
253 This is an experiment and art that categorically rejects capitalist
254 technology.
255 </p>
257 <img class="photo" src="media/3screens.png" alt="screenshots">
258 <img class="photo" src="media/hd.png" alt="hd screenshots">
260 <span class="wow">MORE THAN A GAME</span>
262 <p class="description">
263 This is not a mere entertainment or toy meant for killing time or pursuing
264 low goals such as making profit or something to put on portfolio, this is
265 much more. Anarch is completely <b>gratis and free as in freedom</b> and
266 besides entertainment can also be used for education, research, hacking, media
267 creation, as a benchmark, as a test, as an environment, as an engine, as
268 a basis for something greater. You are not limited by anything, there are
269 no conditions to agree to. Nothing is hidden, everything is allowed, no
270 burdens are imposed. The best motivation for creating anything is only
271 the <b>pure love of creation for its own sake</b>, unburdened by any other
272 goal than creating something truly useful.
273 </p>
275 <img class="photo" src="https://upload.wikimedia.org/wikipedia/commons/8/83/Anarch_Devices.jpg" alt="screenshots">
277 <span class="wow">NO ONE OWNS THIS</span>
279 <p class="description">
280 Not even I, the creator, own any part of this game.
281 I&nbsp;have purposefully created everything myself from scratch,
282 including the engine, graphics, sounds, music, even the font and palette,
283 so that I could eventually give up all my rights and
284 dedicate this game fully and <b>completely to the public domain</b>,
285 to you, my dear fellow human being. No one should be allowed to own
286 information and art.
287 </p>
289 <p class="description">
290 I've done my best to ensure this is 100% free as in freedom software and
291 culture, well understandable and documented. This isn't made for any
292 profit. This is made out of <b>love</b>, for you and for the greater good.
293 </p>
295 <h2>Download</h2>
297 <ul>
298 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_linux64_sdl_elf_1-02?inline=false">GNU/Linux SDL</a></li>
299 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_LQ_linux64_sdl_elf_1-02?inline=false">GNU/Linux SDL LQ</a></li>
300 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_linux64_sdl_elf_hd_1-02?inline=false">GNU/Linux HD</a></li>
301 <li><a href="https://drummyfish.gitlab.io/anarch/bin/web/anarch.html">play in browser</a></li>
302 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_pokitto_1-01.pop?inline=false">Pokitto</a></li>
303 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_gbmeta_1-01.zip?inline=false">GB Meta</a></li>
304 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_ringo_1-01d.zip?inline=false">Ringo</a></li>
305 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_espboy_save_1-01d.bin?inline=false">ESPboy</a></li>
306 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_nibble_1-02.bin?inline=false">Nibble</a></li>
307 <li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_winshitxp_sdl_1-01.zip?inline=false">M$ Win$hit XP SDL</a></li>
308 <li><a href="https://gitlab.com/drummyfish/anarch/-/archive/master/anarch-master.zip">source code</a></li>
309 <li><a href="https://gitlab.com/drummyfish/anarch/-/tree/master/bin">more downloads</a></li>
310 </ul>
312 <h2>Explore</h2>
314 <ul>
315 <li><a href="https://gitlab.com/drummyfish/sucklessfps">source code</a></li>
316 <li><a href="https://www.tastyfish.cz">author's website</a></li>
317 <li><a href="https://libregamewiki.org/Anarch">libre game wiki</a></li>
318 <li><a href="">OGA assets</a></li>
319 </ul>
321 <h2><a href="https://gitlab.com/drummyfish/anarch#faq">FAQ in readme</a></h2>
323 <p class="footer">
324 This page and the presented game, both made by drummyfish, are released under
325 <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>.
326 This page uses <a href="http://dotcolon.net/font/aileron/">Aileron</a>
327 CC0 font (if loaded properly).
328 </p>
330 </body>
331 </html>