-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (160 loc) · 5.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>War Space</title>
<link rel="stylesheet" href="css/pageStyle.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="font/font-awesome-4.7.0/css/font-awesome.min.css"> </head>
<body>
<header>
<div class="header_main">
<div class="head_wrapper">
<h3 class="logo_title">WAR<br>
<span class="logo_title_span">SPACE</span>
</h3>
<nav class="head_nav">
<ul>
<li class="head_nav_content">
<a href="#about">
<p>About</p>
</a>
</li>
<li class="head_nav_content">
<a href="#controls">
<p>Controls</p>
</a>
</li>
<li class="head_nav_content">
<a href="#screenshots">
<p>Screenshots</p>
</a>
</li>
<li class="head_nav_content">
<a href="#target">
<p>Target</p>
</a>
</li>
<li class="head_nav_content">
<a href="#play">
<p>Play</p>
</a>
</li>
<li class="head_nav_content">
<a href="#developed">
<p>Developed</p>
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="header-banner">
<div class="header-banner_wrapper">
<h1>WAR SPACE<br>GAME</h1> </div>
</div>
</header>
<section>
<div class="back">
<article class="main_wrapper" id="about">
<!-- <p><a name="about"></a></p>-->
<h2>About</h2>
<p class="title_clarification">Information about the Game</p>
<ul class="mainArticle">
<li> <i class="fa fa-grav" aria-hidden="true"></i>
<h3>Genre</h3>
<p>War Space is a space combat arcade game, in which the player flies on a spaceship in space and fights off enemy ships</p>
</li>
<li> <i class="fa fa-wpexplorer" aria-hidden="true"></i>
<h3>Technologies</h3>
<p>The game is built using: Webpack, JavaScript, Babel, ECMAScript 6, Canvas, Web Audio API</p>
</li>
<li> <i class="fa fa-blind" aria-hidden="true"></i>
<h3>Resolution</h3>
<p>You can enjoy the game on almost all popular computers, with the exception of a touch screen device (this is an opportunity to appear in the following releases).</p>
</li>
<li> <i class="fa fa-tachometer" aria-hidden="true"></i>
<h3>Difficulty</h3>
<p>This is not the most difficult game from which you could meet, but you can also find several kinds of enemies, as well as the main enemy in the form of a Death Star</p>
</li>
</ul>
<!-- </div>-->
</article>
</div>
<div class="back">
<article class="main_wrapper">
<p>
<a name="controls"></a>
</p>
<div class="aboutArticle">
<h2>Controls</h2>
<p class="title_clarification">Player control buttons</p>
<div class="controlKeys"> <img src="img/arrow_keys.png">
<p class="betweenKeys">or</p> <img src="img/wasd_keys.png">
<p>Use the "W", "A", "S", "D" or the arrow keys to move the spaceship along the playing space</p>
</div>
<div class="controlSpace"> <img src="img/spacebar.png">
<p>Use the space bar to attack enemy ships</p>
</div>
</div>
</article>
</div>
<div class="back">
<article class="main_wrapper">
<p>
<a name="screenshots"></a>
</p>
<div class="aboutArticle">
<h2>Screenshots</h2>
<p class="title_clarification">Images from the game</p>
<div class="controlKeys"> <img src="img/screenshots/1.png" alt="first image"> <img src="img/screenshots/2.png" alt="second image"> </div>
<div class="controlKeys"> <img src="img/screenshots/3.png" alt="third image"> <img src="img/screenshots/4.png" alt="fourth image"> </div>
</div>
</article>
</div>
<div class="back">
<article class="main_wrapper">
<p>
<a name="target"></a>
</p>
<div class="aboutArticle">
<h2>Target</h2>
<p class="title_clarification">How to win</p>
<div class="death_star">
<p>When you reach 25000 points, you have the opportunity to fight with the main space enemy - the Death Star. For those who do not have the patience to earn the right amount of points, but have the desire to fight with the main enemy, can press the button "9" and get immediately 24900 points.</p> <img src="img/death_star.png" alt="death_star"> </div>
</div>
</article>
</div>
<div class="back">
<article class="main_wrapper">
<p>
<a name="developed"></a>
</p>
<div class="aboutArticle">
<h2>Play</h2>
<p class="title_clarification">Сlick button enjoy the game</p>
<div class="btn"> <a class="playButton" href="game.html">Play The Game</a> </div>
</div>
</article>
</div>
<div class="back">
<article class="main_wrapper">
<div class="aboutArticle">
<h2>Developed</h2>
<p class="title_clarification">The author of War Space</p>
<div class="author">
<img src="img/me.jpg">
<h3 class="studentName">Gaidykevich Oleg</h3>
<p class="school">RS School student</p>
<a class="presentation" href="https://slides.com/supersmf/war-space/live#/">Presentation</a>
<a class="gitLink" href="https://github.com/Supersmf/newGame"><i class="fa fa-github-alt" aria-hidden="true"></i></a>
</div>
</div>
</article>
</div>
</section>
<footer>
<div class="footer_wrapper">Supersmf 2017</div>
</footer>
</body>
</html>