文件名称:CandyCrush:糖果消除游戏
文件大小:343KB
文件格式:ZIP
更新时间:2024-06-14 16:35:46
JavaScript
CandyCrush 模拟糖果消除游戏 基础脚本:aninmframe_polyfill.js, classlist_polyfill.js, function_polyfill.js, 服务脚本:ajax.js(http服务), logo.js(日志), event_manager.js(事件), level_manager.js, candy_manager.js, storage_manager.js(存储) 工具脚本: uitls.js 数据模型脚本: tile.js, grid.js 控制器脚本: game_controll.js 视图脚本: html_actuator.js 程序入口:main.js 初始化 [ [1, 1, 1, 1, 1, 1, 1, 1, 1 ], y [1, 1, 1, 1, 1, 1, 1,
【文件预览】:
CandyCrush-master
----style()
--------main.css(28KB)
----data()
--------Levels()
----assest()
--------images()
----index.html(8KB)
----js()
--------log.js(3KB)
--------storage_manager.js(3KB)
--------utils.js(4KB)
--------level_manager.js(798B)
--------tile.js(746B)
--------animframe_polyfill.js(966B)
--------game_controller.js(6KB)
--------ajax.js(6KB)
--------candy_manager.js(301B)
--------classlist_polyfill.js(2KB)
--------html_actuator.js(11KB)
--------function_polyfill.js(861B)
--------event_manager.js(9KB)
--------grid.js(9KB)
----Candy_Crush.ico(4KB)
----.gitignore(768B)
----README.md(2KB)
----.gitattributes(378B)