资源列表
files
- chess gaming by using inteligent
WZQ-Final
- wintc上编译通过的五子棋又系,能实现双人对战,即时存/读档,并于第一次运行时要求输入两个玩家的用户名,之后每次运行之前进行验证。-wintc backgammon and compiled by the Department, to achieve the double battle, real-time save/read file and run in the first two players to ask for your user name, and then verified b
FiveChessAppletDemo
- 黑白两方各执一子,任意一方五个棋子连成一线判定为赢-Black and white two parties armed with a child, either party five pieces in a line determined to win
C++ DOS版象棋
- C++写的象棋游戏,人机对弈,DOS版
chess_Chinese
- C++写的运行在DOS虚拟机下的象棋游戏-Written in c++ the operation under DOS virtual machine chess game.
a
- 单机版黑白棋,可以设置角色,跟电脑人机对战,最后走完者获胜-Stand-alone version of Othello, set the role of man-machine battle with the computer, and finally finish wins
c
- 五子棋的源代码c语言写的,希望能帮到大家啊-this is writen by c language
chinachess
- 自己编写的中国象棋。c语言编写。通过枚举法,遍历一定深度中的所有情况,递归深度可以在代码中修改。没有棋盘的库,每步均为即时计算所得。-I have written in Chinese chess. c language. By enumeration, traversing a certain depth in all cases, recursion depth can be modified in the code. No library board, each step are calc
xiangqi
- 象棋的部分算法,实现规则以及相关吃子算法-Some chess algorithm
ELS
- 俄罗斯方块相信大家都玩过吧,是一款不错的游戏,本程序就是俄罗斯方块的源码-Russian box I think we all played it, is a good game, this procedure is the source Tetris
fangkuai
- (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数命名尽可能规范的表达其内部处理目的和过程。 (3)
eluosi
- 俄罗斯方块,用C编写的一个程序。可以玩的小游戏。