Initial Commit
This commit is contained in:
12
asteroids.html
Normal file
12
asteroids.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML5 Asteroids</title>
|
||||
<script type="text/javascript" src="scripts/Asteroid.js"></script>
|
||||
<script type="text/javascript" src="scripts/Ship.js"></script>
|
||||
<script type="text/javascript" src="scripts/Bullet.js"></script>
|
||||
<script type="text/javascript" src="scripts/asteroids.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="canvas" height="600" width="800" style="border: 1px solid black;background-color: black"></canvas>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user