游戏引擎

分离代码,构建建议游戏引擎
This commit is contained in:
郑浩乐
2016-01-01 00:41:40 +08:00
parent f85907d46d
commit f202f1f707
4 changed files with 228 additions and 158 deletions

View File

@@ -10,7 +10,7 @@
</head>
<body>
<canvas id="canvas">Canvas not supported</canvas>
<script src="pacman.js"></script>
<script src="game.js"></script>
<script src="index.js"></script>
</body>
</html>