资源列表
CHESS
- this is program for understanding about programming game. back tracking algorithm used in source and is a simple but powerfull!
BWChess
- 黑白棋游戏,实现人与电脑对弈,涉及到黑白棋游戏算法-Reversi Game
eluose
- 从网上下载的一个俄罗斯方块程序,大家可以借鉴一下-Russian block is useful to you
doudizhusf
- 斗地主主要算法。牌型算法。 主要就是牌型的算法。函数f_CardsInfo-the main algorithm. License type algorithm. Is mainly a license type algorithms. Function f_CardsInfo
chess
- 此代码为五子棋人机博弈+联机对战C#代码。-This code for man-machine Gobang Game+ online against C# code.
PocketLian
- 经典游戏连连看的源代码,同时支持在WINCE和WINDOW平台下运行。-Classic Games Lianliankan the source code, and simultaneously support WINCE platform WINDOW run.
five
- 五子棋联网络版,欢迎参考五子棋网络版代码-Gobang Network Edition, welcome reference Gobang online version of the code ...
Gobang_Games
- 一个for DOS的五子棋游戏,含C++源代码-One for DOS' s Gobang Games, including C++ source code
XiangQi
- j2me手机象棋游戏, j2me手机象棋游戏,j2me手机象棋游戏-j2me mobile chess game, j2me chess game mobile phone, j2me chess game mobile phone, j2me chess Mobile Games
RussiaBlockBy51
- 最新版本的,基于51单片机的俄罗斯方块游戏~ 附带PROTUES仿真,没事可以自己玩玩啊~ C语言,KEIL编译通过-The latest version of, based on the 51 SCM Tetris Game ~ incidental PROTUES simulation, nothing can play ah ~ C language, KEIL compiler through ~ ~
560939200404242157427511
- 用JACA编写的俄罗斯方块,能进行所有普通的操作-Jaca, prepared by the Russian box, able to carry out all general operating
siguojunqi
- 在开发网络游戏时,首先要建立底层的网络通信类,利用网络通信类连接构建客户服务器之间的TCP/IP连接,然后在该连接的基础上利用自设定的协议进行客户端登录、进行游戏等操作。在以上协议的基础上,根据不同的游戏编写不同的游戏逻辑处理类,在该逻辑处理类中实现了对应的游戏逻辑,如实例中的军棋,则实现相互之间的对弈等功能。同时在服务器端还需要和数据库服务器交互,用于读取或保存客户信息(如用户积分、密码、个人资料等数据)。-Abstract: This article introduces the desig