This commit is contained in:
Dan Buch
2015-05-14 18:59:07 -04:00
parent 70a169c5c6
commit 62b889772c
5 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script src="lib/crafty.js"></script>
<script src="src/game.js"></script>
<script>
window.addEventListener('load', Game.start);
</script>
</head>
<body>
</body>
</html>