initial git commit for pets

This commit is contained in:
2019-04-21 10:40:02 -06:00
commit 624f35b5b5
19 changed files with 2803 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Browser Pet</title>
<link href="css/css.css" rel="stylesheet" />
<script src="libs/bluecore.js"></script>
<script src="libs/pet.js"></script>
</head>
<body>
</body>
<script>
petGame.init();
</script>
</html>