All Projects → kbengine → Kbengine

kbengine / Kbengine

Licence: other
A MMOG engine of server.

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects
perl
6916 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kbengine

Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (-30.89%)
Mutual labels:  unity3d, game-server, mmorpg, gameserver
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (-86.11%)
Mutual labels:  game-server, mmorpg, gameserver, server
Forgottenserver
A free and open-source MMORPG server emulator written in C++
Stars: ✭ 1,024 (-78.28%)
Mutual labels:  game-server, mmorpg, server
Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-98.13%)
Mutual labels:  game-server, mmorpg, server
Crystalshire
Legacy VB6 open-source ORPG
Stars: ✭ 24 (-99.49%)
Mutual labels:  mmorpg, game-server, mmog-engine
Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (-71.79%)
Mutual labels:  game-server, mmorpg, server
ctf-gameserver
FAUST Gameserver for attack-defense CTFs
Stars: ✭ 38 (-99.19%)
Mutual labels:  game-server, gameserver
otservbr-global-archived
Archived, read-only repository. New repository: https://github.com/opentibiabr/otservbr-global
Stars: ✭ 340 (-92.79%)
Mutual labels:  mmorpg, game-server
ARK
ARK is a lightweight, agile, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 411 (-91.28%)
Mutual labels:  game-server, gameserver
Pesocket
A C# Network Library.
Stars: ✭ 134 (-97.16%)
Mutual labels:  unity3d, server
jwEngine
A cross-platform C++<->lua server quick solution
Stars: ✭ 226 (-95.21%)
Mutual labels:  game-server, gameserver
Linuxgsm
The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
Stars: ✭ 3,063 (-35.02%)
Mutual labels:  game-server, gameserver
pigame
Just a game server template for Erlang/OTP.
Stars: ✭ 25 (-99.47%)
Mutual labels:  game-server, gameserver
UltimaPHP
A modern Ultima Online server written in PHP
Stars: ✭ 123 (-97.39%)
Mutual labels:  mmorpg, gameserver
topaz
💎 A server emulator for Final Fantasy XI.
Stars: ✭ 46 (-99.02%)
Mutual labels:  mmorpg, game-server
Csharpgameframework
基于unity3d引擎与c#语言的游戏框架/架构(包括客户端与服务器)。使用ServerPlatform作为服务端通信基础设施。
Stars: ✭ 208 (-95.59%)
Mutual labels:  unity3d, server
Darkstar
DEPRECATED - FFXI Server Emulator - See Project Topaz
Stars: ✭ 454 (-90.37%)
Mutual labels:  mmorpg, server
Server
EQEmu - Open Source EverQuest Server
Stars: ✭ 319 (-93.23%)
Mutual labels:  mmorpg, gameserver
Gameservers Docker
A bunch of game servers I use, dockerised
Stars: ✭ 322 (-93.17%)
Mutual labels:  game-server, server
Einx
a framework in golang for game server or app server
Stars: ✭ 376 (-92.02%)
Mutual labels:  game-server, server

KBEngine

Build Status Appveyor (Windows) Build  Status

Homepage

https://kbengine.github.io/

Releases

Sources		: https://github.com/kbengine/kbengine/releases/latest

Demo sources

Unity3d		: https://github.com/kbengine/kbengine_unity3d_demo/releases/latest
Unity3d		: https://github.com/kbengine/kbengine_unity3d_warring/releases/latest
UE4		: https://github.com/kbengine/kbengine_ue4_demo/releases/latest
Ogre		: https://github.com/kbengine/kbengine_ogre_demo/releases/latest
Cocos2d_js	: https://github.com/kbengine/kbengine_cocos2d_js_demo/releases/latest
Godot Engine	: https://github.com/krogank9/kbe_godot_demo/releases/latest

Docs

Docs		: https://kbengine.github.io/docs/
API		: https://github.com/kbengine/kbengine/tree/master/docs

Support

Email		: kbesrv?gmail.com
QQ		: 3603661
BBS		: http://bbs.kbengine.org
Maillist	: https://groups.google.com/d/forum/kbengine_maillist

Stresstest

https://www.youtube.com/watch?v=sWtk3CfxyGY
http://v.youku.com/v_show/id_XMjgyMjM0MTYwNA==.html?spm=a2h3j.8428770.3416059.1

What is KBEngine?

An open source MMOG server engine. 
Just use Python scripting to be able to complete any game logic simply and efficiently (supports hotfixing).
Various KBEngine plugins can be quickly combined with (Unity3D, OGRE, Cocos2d-x, HTML5, etc.) technology to 
form a complete game client.

The engine is written in C++, and saves developers from having to re-implement common server-side 
technology, allowing them to concentrate on game logic development, to quickly create a variety of games.

(Because it is often asked what the upper limit of the load is that KBEngine can handle, the underlying 
architecture has been designed as a multi-process distributed dynamic load balancing solution. In theory, 
by continuously expanding the hardware, the upper limit of the load can also be continuously increased. 
The upper limit of the capacity of a single machine depends on the complexity of the game logic itself.)

Create a new game asset library

Execute:
	new_assets.bat

Output:
	server_assets

中文

官网论坛,QQ交流群:461368412、16535321、716679842

什么是KBEngine?

一款开源的MMOG游戏服务端引擎,
仅Python脚本即可简单高效的完成任何游戏逻辑(支持热更新),
使用配套客户端插件能够快速与(Unity3D、UE4、OGRE、HTML5、等等)结合形成一个完整的客户端。

引擎使用C++编写,开发者无需重复的实现游戏服务端通用的底层技术,
将精力真正集中到游戏开发层面上来,稳定可靠并且快速的打造各种网络游戏。

(经常被问到承载上限,KBEngine底层架构被设计为多进程分布式动态负载均衡方案,
理论上只需要不断扩展硬件就能够不断增加承载上限,单台机器的承载上限取决于游戏逻辑本身的复杂度。)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].