资源列表
camoba-(2)
- Very simple 5-in-a-row, five in a row
wuziqi-(2)
- c语言实现五子棋小游戏,给大家一些示范,学会用c编写小游戏-c language backgammon game to give you some demonstrations, learn to write games with c
21point
- 庄家对付1-7个玩家。在一局开始时,包括庄家在内的 的所有参与者都有两张牌,玩家可以看到他们所有牌-21-game
ChessBoard
- 解决棋盘覆盖问题的源代码,算法书上的算法的具体实现-Solve the coverage problem of the source code of the board, the algorithm book a concrete realization of the algorithm
pthread
- Este programa permite paralelizar los procesos mediante hilos en donde la subrutina con tiene una structura de data que es medificada en una sección crítica.
Renju-Game
- 基于Visual Studio 2013的用C++开发的人机对战五子棋,同时实现了人人对战-Based on Visual Studio 2013 with the development of man-machine war C++ backgammon while enabling everyone Battle
dicegame
- 一个扔骰子猜骰子个数的小游戏。 在酒吧常有人玩,又叫做“大话骰”,“骗子骰”-Throwing a dice to guess the number of dice game. Often playing in bars, also known as big dice, liar dice
eluosi
- 俄罗斯方块,用C编写的一个程序。可以玩的小游戏。
fangkuai
- (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数命名尽可能规范的表达其内部处理目的和过程。 (3)
ELS
- 俄罗斯方块相信大家都玩过吧,是一款不错的游戏,本程序就是俄罗斯方块的源码-Russian box I think we all played it, is a good game, this procedure is the source Tetris
xiangqi
- 象棋的部分算法,实现规则以及相关吃子算法-Some chess algorithm
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