文件名称:Asteroids-alike:小行星游戏的 JavaScript 重制
文件大小:1.71MB
文件格式:ZIP
更新时间:2024-06-23 18:17:30
JavaScript
小行星游戏的 JavaScript 重制 游戏可以在玩 使用的设计模式 原型模式 外观和模块设计模式 单一设计模式 水池 应用程序目录布局 index.html --> app layout file (the main html template file of the app) bower.json .bowerrc images/ css/ styles.css js/ libs/ --> 3rd party js libraries requirejs/ require.js app.js --> the main application module models/ background/ main.js --> game background model bullet/ main.js --
【文件预览】:
Asteroids-alike-master
----index.html(742B)
----bower.json(275B)
----images()
--------bullet.png(3KB)
--------spaceZombie.png(51KB)
--------spaceZombie copy.png(596KB)
--------spaceBg.jpg(781KB)
--------spaceBg.png(231KB)
--------spaceShipBodyShieldsOn.png(37KB)
--------spaceShipBody.png(30KB)
----js()
--------helperFunctions()
--------models()
--------app.js(5KB)
--------libs()
--------collusionDetectionService()
--------userInterface()
----README.md(1KB)
----.bowerrc(50B)
----css()
--------styles.css(803B)