kbengine + cocos2d-js实现html5 mmorpg游戏(源代码)

kbengine + cocos2d-js实现html5 mmorpg游戏(源代码),第1张

概述kbengine_cocos2d_js_demo https://github.com/kbengine/kbengine_cocos2d_js_demo http://www.kbengine.org 中文 Demo搭建文档,QQ交流群:16535321,论坛 Releases sources : https://github.com/kbengine/kbengine_cocos2d_ kbengine_cocos2d_js_demo


https://github.com/kbengine/kbengine_cocos2d_Js_demo


http://www.kbengine.org

中文

Demo搭建文档,QQ交流群:16535321,论坛

Releases
sources     : https://github.com/kbengine/kbengine_cocos2d_Js_demo/releases/latestbinarys     : https://sourceforge.net/projects/kbengine/files/
Start:
1. Download KBEngine(a Mmog engine of server):    Download(KBEngine):        https://github.com/kbengine/kbengine/releases/latest    Build(KBEngine):        http://www.kbengine.org/docs/build.HTML    Installation(KBEngine):        http://www.kbengine.org/docs/installation.HTML2. Use git to get the plugin(clIEnt) and demo-assets(server):    In the kbengine_cocos2d_Js_demo directory:    * Git command: git submodule update --init --remote

* Or use TortoiseGit(menu): TortoiseGit -> Submodule Update:

* Or manually get the plugin(clIEnt) and demo-assets(server)        Download plugin(clIEnt):            https://github.com/kbengine/kbengine_Js_plugins/releases/latest            unzip and copy to "kbengine_cocos2d_Js_demo/cocos2d-Js-clIEnt/plugins/"            (Note: the need to modify the folder name as "kbengine_Js_plugins")        Download demo-assets(server):            https://github.com/kbengine/kbengine_demos_assets/releases/latest            unzip and copy to "kbengine/"  (The root directory server engine,such as $KBE_ROOT)3. copy "kbengine_cocos2d_Js_demo\kbengine_demos_assets" to "kbengine\" root directory

Configure Demo(Optional):
Change the login address:    kbengine_cocos2d_Js_demo\cocos2d-Js-clIEnt\main.Js        args.ip = "127.0.0.1";        args.port = 20013;
Start the Servers:
Ensure that the "kbengine_cocos2d_Js_demo\kbengine_demos_assets" has been copIEd to the "kbengine\" directory    Reference:StartCheck the startup status:    If successful will find log "Components::process(): Found all the components!".    Otherwise,please search the "ERROR" keyword in logs,according to the error description to try to solve.    (More: http://www.kbengine.org/docs/startup_shutdown.HTML)Start server:    windows:        kbengine\kbengine_demos_assets\start_server.bat    linux:        kbengine\kbengine_demos_assets\start_server.sh    (More: http://www.kbengine.org/docs/startup_shutdown.HTML)
Start the ClIEnt:
1. We simply use python to build web service    Download and Install http://www.python.org/ftp/python/3.3.4/python-3.3.4.msi2. Excute the start_http_service.bat3. Enter the game    http://127.0.0.1
Screenshots:

总结

以上是内存溢出为你收集整理的kbengine + cocos2d-js实现html5 mmorpg游戏(源代码)全部内容,希望文章能够帮你解决kbengine + cocos2d-js实现html5 mmorpg游戏(源代码)所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1057502.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存