forked from github/game-off-2012
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
170 lines (158 loc) · 6.95 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html;">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>StarForks #ggo12 - A simple spaceships battle game.</title>
<link type="text/css" rel="stylesheet" media="all" href="static/css/grid.css" />
<link type="text/css" rel="stylesheet" media="all" href="static/css/screen.css" />
<script data-main="static/js/game" src="static/js/libs/require.js/require-2.1.1.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35566668-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_addIgnoredRef', 'localhost']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a id="github-ribbon" href="https://github.com/volrath/game-off-2012"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
<canvas id="gjs-canvas" width="100%" height="100%"></canvas>
<div class="wrapper">
<header>
<h1>StarForks</h1>
<p>
A simple html5 game made for
the <a href="http://github.com/github/game-off-2012/"
target="blank">github game off 2012</a>
using <a href="http://gamejs.org">GameJS</a>. The code
is <a href="http://github.com/volrath/game-off-2012/"
target="blank">open sourced</a>.
<br />
If you want more technical information check
the <a href="https://github.com/volrath/game-off-2012/blob/master/README.md"
target="blank">README file</a>. Also, read
the <a href="#credits">Credits</a> =).
</p>
</header>
<div class="page-container container_12">
<a href="#" id="play">Play It!</a>
<div>
<section class="controls grid_5 alpha">
<h2>Controls</h2>
<table>
<tr>
<td><strong>W/S/A/D:</strong></td>
<td>Move</td>
</tr>
<tr>
<td><strong>Mouse:</strong></td>
<td>Aim</td>
</tr>
<tr>
<td><strong>Mouse Left Button:</strong></td>
<td>Shoot</td>
</tr>
<tr>
<td><strong>Space:</strong></td>
<td>Shoot a Missile</td>
</tr>
<tr>
<td><strong>ESC:</strong></td>
<td>Pause/Unpause</td>
</tr>
</table>
</section>
<section class="powerups grid_5 omega push_2">
<h2>PowerUps</h2>
<ul>
<li class="cloning">
<h3>Cloning</h3>
<p>You will clone a new life.</p>
</li>
<li class="forking">
<h3>Forking</h3>
<p>Your forking power will increase (+1 ammo)</p>
</li>
<li class="branching">
<h3>Branching</h3>
<p>Branch your laser guns</p>
</li>
<li class="pulling">
<h3>Pulling</h3>
<p>Pull to you every powerup around you for a limited time</p>
</li>
<li class="pushing">
<h3>Pushing</h3>
<p>Your enemies will be afraid of you, believe me.</p>
</li>
<li class="stashing">
<h3>Stashing</h3>
<p>Stash a powerful weapon!</p>
</li>
</ul>
</section>
<section id="credits" class="credits grid_12">
<h2>Credits</h2>
I used a lot of open sourced things and this is where I say thanks.
<ul class="grid_10 push_1">
<li>
<strong><a href="http://gamejs.org" target="blank">GameJS</a>:</strong> a helpful javascript library for game
development built by Simon Oberhammer.
</li>
<li>
<strong>Graphic Art:</strong> I built this game
using <a href="http://www.kenney.nl" target="blank">Kenney
Vleugels</a>' space package. This guy is awesome! seriously,
please check out his site
and <a href="http://opengameart.org/users/kenney"
target="blank">his contributions to OpenGameArt.org</a>.
</li>
<li>
<strong><a href="http://opengameart.org"
target="blank">OpenGameArt.org</a>:</strong> This site helped a
lot for inspiration.
</li>
<li>
Special thanks to Andrés Salazar, who helped me with the music
(which is not up yet, but will be) and found some bugs for me.
</li>
<li>
Special thanks to Alfonso Ros, who helped me create the awesome
Boss Ship and gave me some ideas for the game.
</li>
</ul>
</section>
<script type="text/javascript" src="http://bx.gamemix.com/promote?action=embed&partnerId=6788256&siteId=6829491"></script>
<div class="grid_12">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'volrath'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
<div id="push"></div>
</div>
<footer>
<p>Daniel Barreto (c) 2012 - <a href="http://volrath.github.com">volrath.github.com</a></p>
<a href="." id="back-to-page" class="hide">« Go Back</a>
</footer>
</body>
</html>