-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
45 lines (43 loc) · 736 Bytes
/
Copy pathhelp.html
File metadata and controls
45 lines (43 loc) · 736 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div>
This game made by:<br>
Konstantin Garkusha<br>
e-mail Garkusha.Constantine@gmail.com<br>
</div>
<div>
<table>
<thead>
<tr><th><b><u>Controls</u>:</b></th></tr>
</thead>
<tbody>
<tr>
<td>LEFT:</td> <td>move to left</td>
<tr>
<tr>
<td>RIGHT:</td> <td>move to right</td>
<tr>
<tr>
<td>UP:</td> <td>counterclockwise rotation</td>
<tr>
<tr>
<td>DOWN:</td> <td>clockwise rotation</td>
<tr>
<tr>
<td>SPACE:</td> <td>drop the figure</td>
<tr>
<tr>
<td>"P":</td> <td>pause the game</td>
<tr>
<tr>
<td>ESC:</td> <td>leave the game</td>
<tr>
</tbody>
</table>
</div>
</body>
</html>