-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
37 lines (33 loc) · 1.34 KB
/
tutorial.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body background="divisori.jpg">
<script src="jquery-1.7.2.min.js"></script>
<p style="font-family: Impact; font-size: 70px; color: #00FF00; text-align:center;">
TUTORIAL
<br />
</p>
<p style="font-family: Impact; font-size: 40px; color: #00FF00;">
Get ready to kill as many enemies as possible before the timer expires! Use:
<ul style="font-family: Impact; font-size: 40px; color: #00FF00;">
<li> the buttons W-A-S-D to move in the field </li>
<li>the space bar to shot </li>
<li>the mouse pointer to direct the shot. </li>
</ul>
<div style="font-family: Impact; font-size: 40px; color: #00FF00;">
Remember that if the enemies hits you they will make you change position.
<br />You can also produce a continuous stream of shots pressing and kept press the space bar.
<br />Pay attention! Enemies can appear everywhere!
</div>
</p>
<p style='font-family: Impact; font-size: 40px; color: #00FF00; text-align:center;'>
<iframe width="640" height="480" src="https://www.youtube.com/embed/3Q_Ua6Jl60U" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</video>
</p>
<p style="font-family: Impact; font-size: 40px; color: #00FF00; text-align:center;">
<a href='index.html'> Back to Homepage</a>
</p>
</body>
</html>