文件名称:lua for flow field algorithm
介绍说明--下载内容来自于网络,使用问题请自行百度
用lua语言实现的多人寻路流场算法,这个工程基于cocos2dx框架(The multiplayer routing algorithm implemented in Lua language, which is based on the cocos2dx framework)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
res | ||
res\.DS_Store | 6148 | 2017-10-14 |
res\Default | ||
res\Default\Button_Disable.png | 1111 | 2014-12-17 |
res\Thumbs.db | 16384 | 2017-12-09 |
res\bg | ||
res\bg\bg_01.png | 419207 | 2016-10-02 |
res\bg\bg_land.png | 230744 | 2016-10-02 |
res\config | ||
res\config\.DS_Store | 6148 | 2017-09-14 |
res\config\game.pb | 1322 | 2017-10-14 |
res\direction | ||
res\direction\1.png | 3257 | 2017-10-30 |
res\direction\2.png | 3257 | 2017-10-30 |
res\direction\3.png | 3235 | 2017-10-30 |
res\direction\4.png | 3220 | 2017-10-30 |
res\direction\5.png | 3541 | 2017-10-30 |
res\direction\6.png | 3469 | 2017-10-30 |
res\direction\7.png | 3495 | 2017-10-30 |
res\direction\8.png | 3531 | 2017-10-30 |
res\direction\Thumbs.db | 5632 | 2017-12-09 |
res\font | ||
res\font\arial.ttf | 778552 | 2015-12-01 |
res\github_alt.png | 830 | 2016-11-08 |
res\layout | ||
res\layout\cardDeck.csb | 18640 | 2017-04-18 |
res\layout\cardInfo.csb | 5636 | 2017-04-18 |
res\layout\loading.csb | 1384 | 2017-04-18 |
res\layout\login.csb | 7348 | 2017-04-18 |
res\layout\main.csb | 6192 | 2017-04-18 |
res\layout\mainMenu.csb | 8004 | 2017-04-18 |
res\layout\selectRole.csb | 5756 | 2017-04-18 |
res\layout\start.csb | 940 | 2017-04-18 |
res\player.png | 10128 | 2014-12-01 |
res\tile.png | 694 | 2016-11-08 |
res\twitter.png | 699 | 2016-11-08 |
res\ui | ||
res\ui\check_action.png | 14081 | 2017-04-15 |
res\ui\common.plist | 158495 | 2017-04-16 |
res\ui\common.png | 3632122 | 2017-04-16 |
res\ui\loading | ||
res\ui\loading\loading_bg.png | 385177 | 2016-10-02 |
res\ui\loading\progress_block.png | 2298 | 2016-10-02 |
res\ui\loading\progress_loading.png | 13139 | 2016-10-02 |
res\ui\login | ||
res\ui\login\Btn_red.png | 3303 | 2014-12-01 |
res\ui\login\bg_09.png | 398343 | 2016-10-02 |
res\ui\login\people.png | 146022 | 2016-10-02 |
res\ui\main.plist | 23907 | 2017-04-15 |
res\ui\main.png | 1218501 | 2017-04-15 |
src | ||
src\.DS_Store | 6148 | 2017-07-09 |
src\app | ||
src\app\.DS_Store | 10244 | 2017-12-08 |
src\app\GameApp.lua | 1921 | 2017-12-08 |
src\app\common | ||
src\app\common\BaseLayout.lua | 1420 | 2017-05-24 |
src\app\common\BaseModel.lua | 511 | 2017-05-24 |
src\app\common\BaseScene.lua | 1384 | 2017-10-14 |
src\app\common\BaseView.lua | 4259 | 2017-10-14 |
src\app\common\EventManager.lua | 1496 | 2017-06-16 |
src\app\common\GameDefine.lua | 2425 | 2017-06-02 |
src\app\common\GameState.lua | 249 | 2017-05-24 |
src\app\common\GlobalFunc.lua | 11431 | 2017-06-20 |
src\app\common\UIComponent.lua | 3729 | 2017-05-24 |
src\app\common\UIWinManager.lua | 1369 | 2017-06-12 |
src\app\common\_common.lua | 265 | 2017-05-24 |
src\app\game | ||
src\app\game\.DS_Store | 10244 | 2017-04-16 |
src\app\game\GameScript.lua | 382 | 2017-10-14 |
src\app\game\config | ||
src\app\game\config\_config.lua | 37 | 2017-04-16 |
src\app\game\config\cardConfig.lua | 8460 | 2017-04-16 |
src\app\game\main | ||
src\app\game\main\CardDeckView.lua | 1449 | 2017-04-16 |
src\app\game\main\CardInfoView.lua | 3910 | 2017-04-16 |
src\app\game\main\CardView.lua | 4994 | 2017-04-16 |
src\app\game\main\MainScene.lua | 1969 | 2017-04-16 |
src\app\game\object | ||
src\app\game\object\Actor.lua | 164 | 2017-04-16 |
src\app\game\object\MainRole.lua | 72 | 2017-04-16 |
src\app\game\object\NPC.lua | 57 | 2017-04-16 |
src\app\game\object\Role.lua | 61 | 2017-04-16 |
src\app\game\object\RoleModel.lua | 102 | 2017-04-16 |
src\app\game\view | ||
src\app\game\view\.DS_Store | 6148 | 2017-04-16 |
src\app\game\view\ChartsView.lua | 2052 | 2017-04-16 |
src\app\game\view\FriendView.lua | 3084 | 2017-04-16 |
src\app\game\view\HistoryView.lua | 1519 | 2017-04-16 |
src\app\game\view\MsgNewView.lua | 843 | 2017-04-16 |
src\app\game\view\PersonalView.lua | 1530 | 2017-04-16 |
src\app\game\view\TaskView.lua | 1490 | 2017-04-16 |
src\app\game\view\cardDeck | ||
src\app\game\view\cardDeck\CardDeckModel.lua | 448 | 2017-04-16 |
src\app\game\view\cardDeck\CardDeckView.lua | 2223 | 2017-04-18 |
src\app\game\view\cardDeck\CardInfoLayer.lua | 1374 | 2017-04-18 |
src\app\game\view\cardDeck\CardInfoView.lua | 2796 | 2017-04-18 |
src\app\game\view\cardDeck\CardView.lua | 5001 | 2017-04-18 |
src\app\game\view\login | ||
src\app\game\view\login\LoginView.lua | 4287 | 2017-10-15 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.