搜索资源列表
ChineseChess
- 鉴于局域网的特点和游戏本身的要求,本设计采用两层C/S架构来实现相互之间的通信。它主要包含以下几大模块:网络通信模块,图像绘制模块和规则设置模块。网络通信模块使得玩家可以方便的迅速建立起网络连接,从而实现联机对弈和聊天功能;图像绘制模块实现棋盘更新以及棋子动态表示等功能;规则设置模块用于约束玩家的棋步。-In view of the characteristics of local area network and play their own requirements, this design
f2mirheroengine
- 飞尔目前最新的无错版的整套程序 带英雄系统合击 测试可开区!-Flying Korea present the latest error-free version of the entire procedure could take a hero to open area test system two punch!
vb
- 实现一个简单的多用户五子棋的游戏程序,包括如下两个界面 (1)选择对弈桌及角色(执黑、执白、观看)。 (2)在游戏界面,有开始,退出(游戏未结束、点退出自动判负);发言及显示区;用户列表区;棋盘绘制区。 -The realization of a simple multi-user games Gobang procedures, including the following two interface (1) choice of chess table and role (Bla
sd
- 实现一个简单的多用户五子棋的游戏程序,包括如下两个界面 (1)选择对弈桌及角色(执黑、执白、观看)。 (2)在游戏界面,有开始,退出(游戏未结束、点退出自动判负);发言及显示区;用户列表区;棋盘绘制区。 -The realization of a simple multi-user games Gobang procedures, including the following two interface (1) choice of chess table and role (Bla
GobangGame
- 实现一个简单的多用户五子棋的游戏程序,包括如下两个界面 (1)选择对弈桌及角色(执黑、执白、观看)。 (2)在游戏界面,有开始,退出(游戏未结束、点退出自动判负);发言及显示区;用户列表区;棋盘绘制区。-The realization of a simple multi-user games Gobang procedures, including the following two interface (1) choice of chess table and role (Blac
FarmVilleHACK
- An autoHotkey scr ipt that can be used to automate some boring clicks in popular facebook game farmville! Place your mouse to a proper place and press win+alt keys, than move your mouse to second place and do it again. The area in those two point w
dongwuguanliyuan
- 程序的界面分为三个部分,左边部分是一个又8行8列动物图组成的游戏区,使用者通过单击两个相邻的图标使之交换位置,如果交换位置之后某种同类动物图标在同一行或同一列上出现三个或三个以上相邻的情况,表示这些相邻的动物被”不活“。最右边是成绩显示区,显示出当前公布或了每种动物多少只以及总的数量。游戏区和成绩显示区的交接处是时间显示区,在游戏过程中剩余时间越少,深色部分就越来越短,直到游戏结束。游戏结束时,不活的动物越多则水平越高。-Program' s interface is divided in
jg
- 一个《科学美国人》杂志上描述过的游戏-“Juniper Green”。-Juniper Green author: peng li This is a mathematic game-- "Juniper Green" which is discussed in the magazine <Sciencentific American,3,1997>. The game rules: Two players take turns removin
russian-eara-
- 定义基本的7种方块(含四种状态)二维数组变量. Terial[7][4]. 用数组下标索引方块的种类和状态. 定义方块运行的区域(二维数组变量) 如(高23,宽10) 用它存储方块下落后的状态. 左移和右移判断是方块是否左右溢出、是否会叠在运行区的格子上。 同样改变状态(变形)也得判断是否会出现左右溢出、是否会叠在运行区格子上。 下落后,对运行区的空格子进行赋值。 -7 define the basic two-dimensional array v
chess
- 1.client.bat文件后面以空格隔开参数,第一个参数为服务器地址(或计算机名),第二个参数为端口号 2.server.bat同上,只有一个参数即为端口号 3.当有两个以上客户端打开后,用户列表上右键弹出邀请菜单,邀请后对方同意,即可进行居域网对战-Behind 1.client.bat file parameters separated by spaces, the first argument is the server address (or computer name), t
Russia
- 游戏区可以划分成20行12列,共20*12个小方块区域。可以使用一个二维数组来表示。如int m_iMap[20][12], 其值为1表示有方块,为0表示无方块。-The play area can be divided into 20 rows and 12 columns of 20* 12 small box area. You can use a two-dimensional array to represent. Such as int m_iMap [20] [12], a val
Terics
- 本俄罗斯方块全部用绘图函数实现方块的绘制,没有一点资源,因此源代码很小巧,整个程序编译链接好,也就10K多吧。非常小巧的俄罗斯方块。 设计思想: 1、将游戏区域划分为18行*10列的棋盘,设立一个布尔型的二维数组变量,以表示棋盘上各个地方是否有方块。 2、用4个顶点代表各种不同形状的方块,一旦方块在游戏区域中,就把对应的布尔型二维数组变量置为真,表示该方格已经有方块了。 3、如上做方便方块移动是否会碰撞的判断。 4、代码已经修正了一个小BUG。 5、压缩
Bejeweled3
- Android小游戏宝石迷阵3的源码文件,可学习到许多游戏编程技巧。比如用于选择操作(设置、模式、高分记录),游戏摄像机,在AndEngine的Camera有两种作用, 一是用以调节屏幕的显示区域, 二是利用HUD类实际绘制游戏屏幕于手机之上。-Android game Bejeweled 3 the source file, you can learn a lot of game programming skills. Such as for selecting operation (sett
Bejeweled3
- Android小游戏宝石迷阵3的源码文件,可学习到许多游戏编程技巧。比如用于选择操作(设置、模式、高分记录),游戏摄像机,在AndEngine的Camera有两种作用, 一是用以调节屏幕的显示区域, 二是利用HUD类实际绘制游戏屏幕于手机之上。 -Android game Bejeweled 3 the source file, you can learn a lot of game programming skills. Such as for selecting operation (
liangyuanmianji
- 这个是一个求两个圆相交的面积的小程序,希望给大家有所帮助。-This is a sum of two circles intersect the area of small procedures, we hope to help.
ChineseChess
- 一个完美的C语言编写的中国象棋棋盘,运用终端内定的颜色代码把红黑两方用颜色区分开-A perfect C language Chinese chess board, use the default terminal color codes to separate the two sides of the red and black color area