-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 717 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 717 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Emoji Game.</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="\favicon\favicon.png" type="favicon/png" sizes="128x128">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.js">
</script>
<script src="p5.play.js"></script>
<script src="draw.js"></script>
</head>
<body>
<h2>Play the game</h2>
<h3>Instructions</h3>
<ul>
<li>Player 1 use the arrow keys</li>
<li>For Player 2 the keys are A, W, S, D</li>
<li>For Player 3 the keys are K, O, L, ;</li>
</ul>
</body>
</html>