搜索资源列表
zhou_NetworkGame-JunQi
- 大四的毕业设计,实现了一个具有小型网络游戏特征的四国军旗游戏,有一个完整的框架,数据库、服务器、客户端、大厅、游戏框架、玩家信息、游戏中的聊天、广告信息、以及防止了闪烁的画面,游戏音乐等。-a senior graduation design, realization of a small network games with the characteristics of the four countries flag games, there is a comprehensive frame
FiveChess
- “网络五子棋”程序。使用MFC和VC++6。0编写的2D游戏。(点对点的非C/S模式程序,即一个程序可做服务器又可做客户端)
del51745567722
- 本游戏为网络对战版俄罗斯方块,分为服务器端和客户端两个程序,客户端登陆服务器后选择“备战”后即可与其他对手进行对战,网络通讯使用TIdTCPServer和TIdTCPClient,界面使用VclSkinv2.45,同时使用Access数据库实现对用户数据的管理,具体操作详见Readme
LanCChess
- 在网络上两人象棋对战的游戏,只一个程序,无需依赖任何网络服务器。-on the Internet two chess players of the game, only one procedure, without relying on any network server.
BlackWhite
- 这是一款黑白棋游戏程序,菜单功能有“开始”,“退出”,“设置”等,棋子个数为 32枚,在下棋过程中会提供“等待”功能。主要的功能和网络,服务器等有关。
card
- 1、有一个或多个游戏服务器启动特定游戏服务。 2、游戏者到游戏网站上下载客户端程序并且申请游戏账号ID。然后启动客户端程序通过某种网络协议连接游戏服务器。 3、客户端程序负责处理客户端显示和操作界面,具有简单的逻辑处理功能,同时负责接收发送与服务器端交互的数据包。 4、服务器程序负责处理服务器端逻辑、游戏逻辑、客户之间的网络信息传递,以及数据库之间的数据读取保存工作。同时服务器端还要承担客户端数据的接收、转发工作。
wuziqi
- 一个五子棋的源代码,可以编译通过.实现网络游戏,只要输入服务器端的IP即可
QQ
- 个完全开源的交互聊天软件 ,仿QQ版增加了服务器互联的功能,增加了服务器互连的功能,同时去掉了服务器集群的功能 增加了群组的功能,包括聊天室和游戏大厅 ,增加了一个网络五子棋游戏,改正了在有些网络环境下,每5分钟左右自动掉线的问题.-Fully interactive open-source chat software, an increase of imitation QQ server version of the function of the Internet, an incre
renju_csocket
- 五子棋游戏,采用csocket类进行网络通讯。包括服务器模块,客户端模块,游戏规则模块,视图控制模块。-Gobang game using CSocket for network communications category. Including the server module, client module, the rules of the game module, control module view.
majiang
- 实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。-Achieve a complete network of four mahjong games, the program sets the server and client functionality and integration.
siguojunqi
- 在开发网络游戏时,首先要建立底层的网络通信类,利用网络通信类连接构建客户服务器之间的TCP/IP连接,然后在该连接的基础上利用自设定的协议进行客户端登录、进行游戏等操作。在以上协议的基础上,根据不同的游戏编写不同的游戏逻辑处理类,在该逻辑处理类中实现了对应的游戏逻辑,如实例中的军棋,则实现相互之间的对弈等功能。同时在服务器端还需要和数据库服务器交互,用于读取或保存客户信息(如用户积分、密码、个人资料等数据)。-Abstract: This article introduces the desig
5Server
- 一款简单的网络五子棋服务器程序,用来建立游戏服务器,配合客户端使用-Gobang a simple network server, used to create the game server, the client with the use of
5Client
- 一款简单的网络五子棋客户端程序,用来连接服务器进行游戏,配合服务器使用-Gobang a simple network client to connect to a server for games, with the server using
five
- 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
Backgammon-server-client
- 网络五子棋游戏服务端与客户端的实现,本程序的重点不是在游戏编写方面,而是更侧重于游戏服务器与客户端的组织配合方面,互相传递变量,形成一个有机的游戏整体,欢迎新手们下载研究学习。-Internet backgammon game server and client implementation, this program not focused on game preparation, but in more focused on the game server and the client
20110407_VCwuziqi
- VC++ 网络五子棋游戏服务端与客户端的实现,本程序的重点不是在游戏编写方面,而是更侧重于游戏服务器与客户端的组织配合方面,互相传递变量,形成一个有机的游戏整体,欢迎新手们下载研究学习。-VC++ network backgammon game server and client implementation, this program' s focus is not in the game preparation, but in more focused on the game serv
Internet-wuziqi
- VC++ 网络五子棋游戏服务端与客户端的实现,本程序的重点不是在游戏编写方面,而是更侧重于游戏服务器与客户端的组织配合方面,互相传递变量,形成一个有机的游戏整体-Gobang VC++ network server and client implementation, this program did not focus on the preparation of the game, but more focused on the game server and the client organ
20110316_VCwuziqi
- vc++编写的网络游戏五子棋服务器端与客户端的实现-written in vc++ backgammon online game server and client implementation
poker-online-game
- 扑克网络游戏,基于android平台,有服务器和客户端-Poker online games, based on the android platform, server and client
FLASH-GAME
- 本网络游戏没有客户端,服务器无需IIS,也无需其他WEB服务器。安装全程无需负责配置。全程只需要输入用户名和密码,其他均为自动,实现零配置安装。-The online game client server without IIS, without the need for other WEB server. Installation will not be liable for the whole configuration. Full only need to enter your user