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

13
old/index.html Normal file
View File

@@ -0,0 +1,13 @@
<html>
<head>
<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>
new game;
</script>
</html>