搜索资源列表
-
0下载:
终端模式下的俄罗斯方块
c写的,终端模式下的俄罗斯方块
支持单人游戏和网络双人游戏
注意,运行前先把窗口最大化
./block 运行单人模式
./block server 运行服务器端
./block client (serverip)运行客客户端
安装步骤:
make
./block
gcc block.c -o block -lcurses -lpthread-terminal mode of the Russian box c write, T
-
-
0下载:
关于网络游戏的服务器端和客户端的程序,程序比较简单,是我看书学的,练习作品,类似于五子棋的小游戏-game on the network server and the client's procedure is relatively simple, I read the study and practice works, similar to 331 small game
-
-
0下载:
本章实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。
-This chapter implements a complete network of four mahjong game, the assembly server and client-side functionality and integration. This chapter
-
-
1下载:
一个网络游戏《人在江湖》的VC源码,包含服务端,客户端。仔细看说明。-A network game " in rivers and lakes," the VC source code, including server, client. Detailed explanation.
-
-
0下载:
delphi 写的mud类游戏服务器以及客户端框架,可以在此基础上扩展为自己的网络文字游戏。-delphi write mud game server and client framework can be extended on this basis, the network for their own words.
-
-
0下载:
网络游鱼,打开Eclipse导入ch04项目,运行server.FishServer类启动服务器端,运行java client.SwimFish类启动客户端。注意,同时在多台机上运行客户端才能显示出网络游鱼的效果,在同一台机上打开多个客户端窗口不能看到该效果。-Network fish, open the Eclipse import ch04 project, run server. FishServer class start the server running Java client.
-
-
0下载:
实现了俄罗斯方块网络双人对战游戏,可以用一台机器作为服务器运行,另一台作为客户端运行,也可以在同一台机器上运行。-Realize the Russian square network double against game, can use a machine as a server running, and the other a as a client operation, also can be in the same machine operation.
-
-
0下载:
21点游戏多人网络版
(1)熟悉和掌握网络编程的基本方法和步骤;
(2)进一步理解client/server交互模式;
(3)加深学生对游戏程序的设计和实现方法的理解;
(4)熟悉socket编程接口,掌握用socket编程接口开发面向连接的网络应用程序的方法。
-The 21:00 game multiplayer online edition (1) familiar with and master the basic network programming method
-
-
0下载:
c#五子棋编程,形式为桌面程序。程序包括服务器端和客户端两部分,网络通信编程使用基于TCP协议的Socket实现。-c# backgammon program, in the form of desktop applications. Procedures, including server and client in two parts, network communications programming using TCP-based Socket implementation.
-