initial commit

This commit is contained in:
Tyrel Souza 2016-04-06 23:24:16 -04:00
commit 4e74e758d3
3 changed files with 42 additions and 0 deletions

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Click of the Titans</title>
<style>body {margin: 0;padding: 0;}</style>
<script src="lib/phaser.min.js"></script>
<script src="src/game.js"></script>
</head>
<body>
</body>
</html>

27
lib/phaser.min.js vendored Normal file

File diff suppressed because one or more lines are too long

0
src/game.js Normal file
View File