-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
28 lines (28 loc) · 855 Bytes
/
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
<html>
<head>
<meta charset="utf-8">
<title>Search of Sounds</title>
<style/>
</head>
<body>
<div class="game">
<canvas id="app" width="640" height="480"></canvas>
<canvas id="hud" width="640" height="480"></canvas>
<div id="inf">
There are nine research stations in this part of ocean which are located within sectors with unique electromagnetic fluctuations.
<br>
You must stabilize energy levels of their cores by repeating specific code message.
<br>
Stations will send distress signal when overloaded, so you need to find it by navigating your ship towards signal source.
<br>
<br>
Use arrow keys to navigate and [A] to interact.
<br>
<br>
Press [A] to continue
</div>
<div id="mdl">LOADING</div>
</div>
<script/>
</body>
</html>