-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MobileMeteor</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>
<script src="sketch.js"></script>
<script src="ai.js"></script>
<script src="objects.js"></script>
<script src="game.js"></script>
<script src="over.js"></script>
</head>
<body>
<div>
<h1>MobileMeteor</h1>
<p><i>You must use your webcam to play this game</i></p>
<h2 id='info'></h2>
</div>
<div id='canvas'></div>
<div id='buttons'></div>
<div id='train'></div>
</body>
</html>