-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (45 loc) · 2.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Elements-js13-2014 by Iftahh</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Elements-js13-2014 <small style="color:#666">temporary name...</small></h1>
<p>Capture the flag, with jet packs!</p>
<p class="view"><a href="https://github.com/Iftahh/elements-js13-2014">View the Project on GitHub <small>Iftahh/elements-js13-2014</small></a></p>
<ul>
<li><a href="https://github.com/Iftahh/elements-js13-2014">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3>
<a name="welcome-to-my-js13k-2014-game" class="anchor" href="#welcome-to-my-js13k-2014-game"><span class="octicon octicon-link"></span></a>Welcome to my JS13K game</h3>
<p>It is a Javascript game under 13kb (when zipped), built in one month (Aug. 13th to Sep. 13th), for a fun <a href="http://js13kgames.com/">contest</a>.
<br>The theme this year is "<strong>The Elements: Earth, Water, Air and Fire</strong>". <br>
<br>
<strike>My plan is to build a turn-based, two-player, capture-the-flag, with jet-packs and destructable ground (ie. like Worms or Scortched Earth)</strike></p>
<p>The plan did not come together, I blame reality. I ended up making a single-player shmup/survival game.</p>
<p>Use <em><strong>WAD</strong></em> keys <small>(recommended)</small> or the <em><strong>Arrows</strong></em> keys to move.</p>
<p>Use the <em><strong>Mouse</strong></em> to aim and fire the Laser</p>
<strong>Click the screenshot or <a href="http://iftahh.github.io/elements-js13-2014/prepared_index.html">here</a> to play.</strong>
<div style="text-align:center">
<a href="http://iftahh.github.io/elements-js13-2014/prepared_index.html"><img src="screenshot.png"></a>
</div>
<p>Enjoy!<br>
<a href="https://github.com/iftahh" class="user-mention">@iftahh</a></p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>