Initial Commmit:

Gulp Tasks for
* Copy libs to public folder
* Source Uglyfy + Copy
* Zip
This commit is contained in:
Indrajith K L
2018-08-12 02:37:22 +05:30
commit ddbf11efa3
7 changed files with 5919 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="./libs/kontra.min.js"></script>
<script src="./libs/TinyMusic.min.js"></script>
<title>Document</title>
</head>
<body onload="Game()">
<canvas></canvas>
<script src="public/js/main.js"></script>
</body>
</html>