Skip to content

Latest commit

 

History

History
 
 

SDK

ScutSDK

ScutSDK简介

Scut游戏服务器引擎开发的宗旨是为了能让网游开发和单机一样简单,以便于降低有志于游戏开发的小伙伴们进入网络游戏开发的门槛。ScutSDK是和Scut游戏服务器引擎,简化客户端开发的配套SDK,她彻底打通了Scut开源游戏服务器引擎与客户端引擎(如Cocos2d-x/Quick-x/Unity3D)项目间的通信,进而实现整套的网络游戏解决方案。

资源

官网地址:http://www.scutgame.com
Github代码库:https://github.com/scutgame/scut
OSChina代码库:https://git.oschina.net/scutgame/Scut
博客园地址:http://www.cnblogs.com/scut/

技术交流QQ群:138266675

更新日志

###版本:1.0 Alpha (2015-7-10)

  1. skd升级到Cocos2d-x v3.6

###版本:0.98 (2013-1-20)

  1. 简化Lua代码,减少无用脚本
  2. 默认场景使用socket进行通讯

###版本:0.95 (2013-12-24)

  1. 增加对cocos2d-x的Android平台的支持

###版本:0.9 (2013-12-21)

  1. 支持cocos2d-x C++/Lua语言最新版本2.2.1和quick-x最新版本2.2.1
  2. 支持Win32/iOS平台

License

FreeBSD License

Copyright (c) 2013-2015 scutgame.com

http://www.scutgame.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.