pacman/index.js
2015-12-31 14:42:42 +08:00

5 lines
91 B
JavaScript

//主程序,业务逻辑
(function(){
var game = new Game('canvas');
game.launch();
})();