-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
295 lines (245 loc) · 11.9 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<html>
<!-- A Light in The Void page -->
<!-- manually written with tears, love and Bootstrap 4-->
<!-- by Plasmoxy -->
<head>
<!-- mobile stuff-->
<meta name="theme-color" content="#eca70d">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>A Light In The Void</title>
<link rel="stylesheet" href="assets/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bscallout.css">
<link rel="stylesheet" href="index.css">
<script src="assets/jquery.min.js"></script>
<script src="assets/bootstrap.min.js"></script>
</head>
<body>
<div id="root" class="container my-5">
<div class="card border-warning">
<div class="card-body bg-blacc text-white">
<!-- logo row -->
<div class="row">
<div class="col-lg-12 d-flex align-items-center justify-content-center">
<img id="logoimg" src="/assets/img/logo1015.png">
</div>
</div>
<!-- text row -->
<div class="row my-2">
<div class="col-lg-12">
<div class="bs-callout bg-metalblacc">
<blockquote class="blockquote text-center mb-5">
<p class="mb-0">
The galaxy is coming to an end. The stars are dying and so the only
source of energy is slowly disappearing. In lack of energy, the last
two races explore the galaxy to find a new source. Suddenly,
a light appears in the void. It is a mysterious ancient star called
Šafárik star. But when both races find it, they find out that it
can do a lot more than just provide energy and they want to get it just for themselves.
This conflict ends in a war and only the winner can get the star and survive.
How everything will end up is only up to you.
</p>
<footer class="blockquote-footer">the story</footer>
</blockquote>
</div>
</div>
</div>
<!-- login row -->
<div class="row my-3 mt-4">
<div class="col-lg-2"></div>
<div class="col-lg-8 text-center">
<!-- login card -->
<div class="card border-1">
<div class="card-header bg-white text-center text-dark py-2"><h3>Join the fight !</h3></div>
<div class="card-body bg-dark">
<!-- name input -->
<div class="row my-3 mx-3">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">Name :</span>
</div>
<input id="nameInput" type="text" class="form-control form-control-lg"></input>
</div>
</div>
<div class="d-flex align-items-center justify-content-center py-3">
<span class="mr-3">Music</span>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-outline-info">
<input type="radio" name="musicoptions" id="musicOff" autocomplete="off"> OFF
</label>
<label class="btn btn-outline-info active">
<input type="radio" name="musicoptions" id="musicOn" autocomplete="off" checked> ON
</label>
</div>
</div>
<!-- team inputs -->
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-10 text-center">
<button id="bteam1" type="button" class="btn btn-primary px-5 my-2">BLUE TEAM</button>
<button id="bteam2" type="button" class="btn btn-warning px-5 my-2">ORANGE TEAM</button>
</div>
<div class="col-sm-1"></div>
</div>
<div id="errorText" class="text-danger text-center">
<h4>You must enter a name !</h4>
</div>
</div>
</div>
</div>
<div class="col-lg-2"></div>
</div> <!-- end login row -->
<!-- about the game -->
<div class="row my-2">
<div class="col-lg-12">
<div class="bs-callout bg-metalblacc">
<h1 class="text-warning text-center">About the game</h1>
<p class="">
A Light in The Void is a JavaScript PvP multiplayer online game developed by <a href="https://github.com/ShardBytes">ShardBytes</a>.
It was created during March 2018 for a programming competition called <a href="http://ics.upjs.sk/ihra/">IHRA</a> by
<a href="https://upjs.sk">The University of Pavol Jozef Šafárik</a>.
</p>
<p>
After choosing a team, you will be assigned to it and are to fight the other team and bring the Šafárik
to your own spawn. To achieve this, you have 4 abilities available (see below). Each match consists of 5
rounds, each ending by bringing Šafárik to a team spawn. After the end of match, the name of team is displayed
and the match resets.
</p>
<p class="text-center">
=== UPDATE ===<br>
We placed third yayyyy
<img class="roundcorners" src="/assets/img/faggits.jpg" width="100%">
</p>
</div>
</div>
</div> <!-- end about -->
<!-- How to play -->
<div class="row my-2">
<div class="col-lg-12">
<div class="bs-callout bg-metalblacc">
<h1 class="text-warning text-center">How to play</h1>
<p>The ship is controlled using the arrow keys ( or left touch pad on mobile ).</p>
<p>
Each player has <span class="text-danger">100 health</span> and
<span class="text-cyan">100 energy</span>, which they can use for abilities :
</p>
<div class="bs-callout bs-callout-danger bg-metalblacc">
<h3 class="text-danger text-center">Abilites</h3>
<ul>
<!-- abilities -->
<li>
<span class="text-primary">Laser</span> (R) [ <span class="text-cyan">6</span> ] :
A pair of light laser flashes that deal <span class="text-danger">5 damage</span> each on hit.
</li>
<li>
<span class="text-warning">Ion Boost</span> (Q) [ <span class="text-cyan">30 -> 40/second</span> ] :
An energic acceleration that allows you to fly fast but costs energy over time
</li>
<li>
<span class="text-danger">Plasma Bomb</span> (E) [ <span class="text-cyan">55</span> ] :
A hi-tech explosive that deals <span class="text-danger">50 damage</span> on explosion to every player near it.
(auto explodes after 10 seconds)
</li>
<li>
<span class="text-cyan">Time Warp</span> (W) [ <span class="text-danger">19</span> ] :
The ancient technology allows your ship to create a time rift that teleports you to the back but because of
strong electromagnetic fields during the travel it damages the ship.
</li>
</ul>
</div>
</div>
</div>
</div> <!-- end htp -->
<!-- AUTHORS -->
<div class="row my-2 d-flex justify-content-center align-items-center">
<div class="col-lg-12">
<div class="bs-callout bg-metalblacc">
<a class="no-hover-decor" href="https://github.com/ShardBytes">
<h1 class="text-cyan text-center">
<span class="hover-glow px-2">
Authors ( ShardBytes )
</span>
</h1>
</a>
<div class="row my-2">
<div class="col-lg-4 py-1 px-3">
<a href="https://github.com/Plasmoxy">
<img class="roundcorners hover-glow" src="/assets/img/authors/sebu.jpg" width="100%">
</a>
<div class="my-3"><span class="text-cyan">Plasmoxy ( Sebastián Petrík )</span>
- game engine and development - full stack ( frontend + backend), sound effects</div>
</div>
<div class="col-lg-4 py-1 px-3">
<a href="https://github.com/Plajdo">
<img class="roundcorners hover-glow" src="/assets/img/authors/phil.jpg" width="100%">
</a>
<div class="my-3"><span class="text-cyan">Plajdo ( Filip Šašala )</span> - pixel art, level design</div>
</div>
<div class="col-lg-4 py-1 px-3">
<a href="https://soundcloud.com/user-146778779">
<img class="roundcorners hover-glow" src="/assets/img/authors/simona.jpg" width="100%">
</a>
<div class="my-3"><span class="text-cyan">Random Týpek ( Šimon Krajňák )</span> - music</div>
</div>
</div>
</div>
</div>
</div> <!-- end AUTHORS -->
<!-- made this -->
<div class="row my-2">
<div class="col-lg-12">
<div class="bs-callout bg-metalblacc">
<h1 class="text-success text-center">We made this using</h1>
<!-- images -->
<div class="row my-2 d-flex justify-content-center align-items-center">
<div class="col-lg-4 p-2">
<a href="http://www.pixijs.com/">
<img class="roundcorners hover-glow" src="/assets/img/tools/pixi.jpg" width="100%">
</a>
</div>
<div class="col-lg-4 p-2">
<a href="https://atom.io/">
<img class="roundcorners hover-glow" src="/assets/img/tools/atom.jpg" width="100%">
</a>
</div>
<div class="col-lg-4 p-2">
<a href="https://www.mozilla.org/sk/firefox/developer/">
<img class="roundcorners hover-glow" src="/assets/img/tools/fdev.jpg" width="100%">
</a>
</div>
</div>
<div class="row my-2 d-flex justify-content-center align-items-center">
<div class="col-lg-4 p-2">
<a href="https://www.aseprite.org/">
<img class="roundcorners hover-glow" src="/assets/img/tools/aseprite.jpg" width="100%">
</a>
</div>
<div class="col-lg-4 p-2">
<a href="https://nodejs.org/en/">
<img class="roundcorners hover-glow" src="/assets/img/tools/node.jpg" width="100%">
</a>
</div>
<div class="col-lg-4 p-2">
<a href="http://tytel.org/helm/">
<img class="roundcorners hover-glow" src="/assets/img/tools/helm.jpg" width="100%">
</a>
</div>
</div>
</div> <!-- end callout-->
</div> <!-- end col -->
</div> <!-- end made row -->
<footer>
<div class="row d-flex justify-content-center mt-5 mb-2">
<div class="card bg-dark text-white px-5">
<div class="card-body p-1 px-5">
(C) <a class="text-warning" href="https://github.com/ShardBytes">ShardBytes</a> 2018
</div>
</div>
</div>
</footer>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>