登录

最新会员 最新下载

成为了本站VIP会员

49分钟前

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37
已选条件
  1. 编程语言:GO
  2. 代码类别:游戏
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. master079

  MapleStoryServer A MapleStory Server in Go For CMS V079 Go 编写的079版本冒险岛服务端 Target 实现一个079版本的冒险岛服务器. 能够实现原Java的部分功能. Files main.go —— 程序入口,负责初始化CPU分配、打开控制台、准备消息分发routines,侦听端口,并且接收客户端的连接。 Packages connection —— 用于建立与客户端的连接,进行读写数据。 message —— 用于负责服务器向客户端方向的信息的递送,主要功能是广播和点对点通信; types —— 包含整个服务器所用到的各种数据结构,比如用户信息结构体等; users —— 包含用户管理相关函数,比如用户进入游戏与离开。 console —— 给服务端添加一个控制台,便于输入指令调试。(MapleStoryServer A MapleStory Server in Go For CMS V079 Go Edition 079 Adventure Island Server Target Implement a 079 version of the Adventure Island server. It can achieve some of the functions of the original Java. Files Main.go -- Program entry, which is responsible for initializing CPU allocation, opening console, preparing message distribution routines, listening on ports, and receiving client connections. Packages Connection - Used to establish a connection with the client to read and write data. Message is used to deliver information from server to client. Its main functions are broadcasting and point-to-point communication. Types - Contains all kinds of data structures used by the whole server, such as user information structure, etc. Users - Contains user management related functions, such as user entry into the game and departure. Console - add a console to the server to facilitate the debugging of input instructions.)

0
下载
93
浏览
2020-06-17发布

2. master079

说明:  MapleStoryServer A MapleStory Server in Go For CMS V079 Go 编写的079版本冒险岛服务端 Target 实现一个079版本的冒险岛服务器. 能够实现原Java的部分功能. Files main.go —— 程序入口,负责初始化CPU分配、打开控制台、准备消息分发routines,侦听端口,并且接收客户端的连接。 Packages connection —— 用于建立与客户端的连接,进行读写数据。 message —— 用于负责服务器向客户端方向的信息的递送,主要功能是广播和点对点通信; types —— 包含整个服务器所用到的各种数据结构,比如用户信息结构体等; users —— 包含用户管理相关函数,比如用户进入游戏与离开。 console —— 给服务端添加一个控制台,便于输入指令调试。(MapleStoryServer A MapleStory Server in Go For CMS V079 Go Edition 079 Adventure Island Server Target Implement a 079 version of the Adventure Island server. It can achieve some of the functions of the original Java. Files Main.go -- Program entry, which is responsible for initializing CPU allocation, opening console, preparing message distribution routines, listening on ports, and receiving client connections. Packages Connection - Used to establish a connection with the client to read and write data. Message is used to deliver information from server to client. Its main functions are broadcasting and point-to-point communication. Types - Contains all kinds of data structures used by the whole server, such as user information structure, etc. Users - Contains user management related functions, such as user entry into the game and departure. Console - add a console to the server to facilitate the debugging of input instructions.)

2
下载
97
浏览
2020-06-17发布