-
Notifications
You must be signed in to change notification settings - Fork 2
/
tutorial.html
33 lines (33 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<title>Tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body id="border_text" repeat="none" vlink="white">
<script src="js/jquery-1.7.2.min.js"></script>
<h1 style="font-family: Impact; font-size: 5vw; color: #00FF00; text-align:center;">
TUTORIAL
</h1>
<p style="font-family: Impact; font-size: 2vw; color: #00FF00; margin-left: 5%">
How to move and to kill enemies? Use the mouse to direct the visual and:
<ul style="font-family: Impact; font-size: 2vw; color: #00FF00; margin-left: 5%">
<li>the buttons W A S D or arrows to move in the field; </li>
<li>the space bar or left mouse click to shoot; </li>
<li>right mouse click to zoom if you need to aim; </li>
<li>the SHIFT button to run;</li>
</ul>
<div style="font-family: Impact; font-size: 2vw; color: #00FF00; margin-left: 5%">
Zombies appear randomly in the map. Hence, pay attention and don't let them get too close or you will die!
<br>Bigger zombies are harder to take down!
<br>
<br>
Hint: keep the space bar/left mouse pressed and keep moving!
</div>
</p>
<p style="font-family: Impact; font-size: 2vw; color: #fff; text-align: right; margin: 50px 75px 0px 0px">
<a href='index.html'> Back to Menu</a>
</p>
</body>
</html>