-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 866 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src='http://gandzo.com/meow/asteroid/jquery.spritely-0.6.1.js'></script>
<script src='js/howler.min.js'></script>
<script src='js/sounds.js'></script>
<script src='js/main.js'></script>
<title>Asteroids!</title>
</head>
<body>
<div class="game" id="game">
<span id="thrust">Thrust: 0</span><br>
<span class="rotation">Angle: 0</span><br>
<span class="x">X Speed: 0</span><br>
<span class="y">Y Speed: 0</span><br>
<a href="https://github.com/tomca32/asteroids" target="_blank"><div id="github"></div></a>
<div id="cursor"></div>
</div>
</body>
</html>