@@ -28,9 +28,9 @@ http://www.kbengine.org
28
28
29
29
##What is KBEngine?
30
30
An open source MMOG server engine, Using a simple protocol will be able to make the client and server interaction,
31
- To use the KBEngine-plugins quick combine with (Unity3D, OGRE, Cocos2d, HTML5, etc.) to form a complete client.
31
+ To use the KBEngine-plugins quick combine with (Unity3D, OGRE, Cocos2d-x , HTML5, etc.) to form a complete client.
32
32
33
- Engine framework written using c ++, Game logic layer using Python(Support the hotfix),
33
+ Engine framework written using C ++, Game logic layer using Python(Support the hotfix),
34
34
developers do not need to re-implement some common server-side technology,
35
35
Allows developers to concentrate on the game logic development, quickly create a variety of games.
36
36
@@ -40,9 +40,9 @@ depends on complexity of logic of the game itself.)
40
40
41
41
##什么是KBEngine?
42
42
一款开源的游戏服务端引擎,使用简单的约定协议就能够使客户端与服务端进行交互,
43
- 使用KBEngine插件能够快速与(Unity3D, OGRE, Cocos2d, HTML5, 等等)技术结合形成一个完整的客户端。
43
+ 使用KBEngine插件能够快速与(Unity3D, OGRE, Cocos2d-x , HTML5, 等等)技术结合形成一个完整的客户端。
44
44
45
- 服务端底层框架使用c ++编写,游戏逻辑层使用Python(支持热更新),开发者无需重复的实现一些游戏服务端通用的底层技术,
45
+ 服务端底层框架使用C ++编写,游戏逻辑层使用Python(支持热更新),开发者无需重复的实现一些游戏服务端通用的底层技术,
46
46
将精力真正集中到游戏开发层面上来,快速的打造各种网络游戏。
47
47
48
48
(经常被问到承载上限,kbengine底层架构被设计为多进程分布式动态负载均衡方案,
0 commit comments