1 Star 1 Fork 0

superLicky/fiveChess

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 4.35 KB
一键复制 编辑 原始数据 按行查看 历史
superLicky 提交于 2018-11-09 17:01 . 人机功能完成
{
"initial": [
"libs/modules/egret/egret.js",
"libs/modules/egret/egret.web.js",
"libs/modules/eui/eui.js",
"libs/modules/assetsmanager/assetsmanager.js",
"libs/modules/tween/tween.js",
"libs/modules/dragonBones/dragonBones.js",
"libs/modules/socket/socket.js",
"libs/modules/game/game.js",
"libs/modules/promise/promise.js",
"protobuf/library/protobuf-library.js",
"protobuf/bundles/protobuf-bundles.js"
],
"game": [
"bin-debug/core/base/BaseClass.js",
"bin-debug/core/common/GameDict.js",
"bin-debug/core/net/socket/ByteArrayMsg.js",
"bin-debug/core/net/socket/UTFMsg.js",
"bin-debug/core/utils/common/LocationProperty.js",
"bin-debug/AssetAdapter.js",
"bin-debug/core/common/APP.js",
"bin-debug/core/common/GameConfig.js",
"bin-debug/Main.js",
"bin-debug/core/common/GroupLoad.js",
"bin-debug/core/controller/NotifationManager/NotificationInfo.js",
"bin-debug/core/controller/NotifationManager/NotificationManager.js",
"bin-debug/core/controller/SceneManager/PopUpManager.js",
"bin-debug/core/controller/SceneManager/UIManager.js",
"bin-debug/core/dragonBones/DragonBonesArmature.js",
"bin-debug/core/dragonBones/DragonBonesArmatureContainer.js",
"bin-debug/core/dragonBones/DragonBonesFactory.js",
"bin-debug/core/mvc/ControllerManager.js",
"bin-debug/core/mvc/MessageCenter.js",
"bin-debug/core/mvc/ViewManager.js",
"bin-debug/core/mvc/controller/BaseController.js",
"bin-debug/core/mvc/model/BaseModel.js",
"bin-debug/core/mvc/proxy/BaseProxy.js",
"bin-debug/core/mvc/view/BaseEuiView.js",
"bin-debug/core/mvc/view/BaseSpriteView.js",
"bin-debug/core/mvc/view/IBaseView.js",
"bin-debug/core/net/http/DataCache.js",
"bin-debug/core/net/http/DataUpdate.js",
"bin-debug/core/net/http/Http.js",
"bin-debug/core/net/native/NativeApi.js",
"bin-debug/core/net/native/NativeBriage.js",
"bin-debug/core/net/socket/BaseMsg.js",
"bin-debug/Platform.js",
"bin-debug/core/net/socket/ByteArrayMsgByProtobuf.js",
"bin-debug/core/net/socket/Socket.js",
"bin-debug/core/net/socket/SocketConst.js",
"bin-debug/ThemeAdapter.js",
"bin-debug/core/net/socket/UTFMsgByJson.js",
"bin-debug/core/utils/anchor/AnchorUtil.js",
"bin-debug/core/utils/average/AverageUtils.js",
"bin-debug/core/utils/common/CommonUtils.js",
"bin-debug/core/utils/common/DelayOptManager.js",
"bin-debug/core/utils/common/EgretExpandUtils.js",
"bin-debug/LoadingUI.js",
"bin-debug/core/utils/date/DateUtils.js",
"bin-debug/core/utils/debug/DebugUtils.js",
"bin-debug/core/utils/display/DisplayUtils.js",
"bin-debug/core/utils/display/ShockUtils.js",
"bin-debug/core/utils/display/StageUtils.js",
"bin-debug/core/utils/display/TextFlowMaker.js",
"bin-debug/core/utils/effective/EffectUtils.js",
"bin-debug/core/utils/effective/EffectUtilsModule.js",
"bin-debug/core/utils/frame/FrameDelay.js",
"bin-debug/core/utils/frame/FrameExecutor.js",
"bin-debug/core/utils/log/Log.js",
"bin-debug/core/utils/math/MathUtils.js",
"bin-debug/core/utils/md5/md5.js",
"bin-debug/core/utils/objectpool/ObjectPool.js",
"bin-debug/core/utils/queue/QueueExecutor.js",
"bin-debug/core/utils/random/RandomUtils.js",
"bin-debug/core/utils/resource/ResourceUtils.js",
"bin-debug/core/utils/string/RegUtils.js",
"bin-debug/core/utils/string/StringBuffer.js",
"bin-debug/core/utils/string/StringUtils.js",
"bin-debug/core/utils/time/TimerManager.js",
"bin-debug/core/utils/tip/BitmapBlink.js",
"bin-debug/core/utils/tip/TipsManager.js",
"bin-debug/core/utils/tip/TipsPanel.js",
"bin-debug/core/utils/tip/TipsUtils.js",
"bin-debug/core/utils/utilsModule/HtmlUtil.js",
"bin-debug/core/utils/utilsModule/SoundUtil.js",
"bin-debug/core/utils/utilsModule/WinUtil.js",
"bin-debug/game/FiveChessGameScene.js",
"bin-debug/game/fiveChess/ai/ChessMath.js",
"bin-debug/game/fiveChess/ai/NegaMaxSearch.js",
"bin-debug/game/fiveChess/ai/Opening.js",
"bin-debug/game/fiveChess/ai/WinUtils.js",
"bin-debug/game/fiveChess/chess/BoardUtils.js",
"bin-debug/game/fiveChess/chess/ChessBoard.js",
"bin-debug/game/fiveChess/chess/ChessConst.js",
"bin-debug/game/fiveChess/chess/Statistic.js",
"bin-debug/game/fiveChess/chess/Zobrist.js",
"bin-debug/game/fiveChess/item/CommonListItem.js",
"bin-debug/game/fiveChess/item/PeiceItem.js",
"bin-debug/game/fiveChess/scene/FiveChessHallScene.js",
"bin-debug/game/fiveChess/scene/FiveChessPlayScene.js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuchao438086728/fiveChess.git
git@gitee.com:liuchao438086728/fiveChess.git
liuchao438086728
fiveChess
fiveChess
master

搜索帮助

A270a887 8829481 3d7a4017 8829481