搜索资源列表
c108244325566
- 我原来写这个程序只是为了常规上学习C#和.NET编程而做的一个练习。翻转棋,大家都知道,是一个比较流行而且比较有趣的游戏,原理和规则都很简单。这使得它成为学习一种新的语言或工具时的一个很好的练习选择。 开始时的练习虽然可以用来当作比赛的游戏,但还是缺少一些电脑棋盘游戏一般的特征,比如撤消走过的步骤,因此,积累了一些.NET的经验以后,就将它升级了。升级后增加了一些新的功能,而且改进了原来的图形界面和游戏AI。-I originally wrote this routi
wuzq
- 特别提示: 不要使用TC编译,因为TC最多只能编译2000行,而本程序有2500行,推荐使用工具Win-Tc。 程序写的比较仓促,bug很多在所难免,还望大家批评指正。 真诚的希望能和大家相互交流,共同提高。 去年暑假,本人闲来无聊写了一个C语言图形模式下的五子棋游戏,有如下功能: 1.使用鼠标控制 2.能够实现人机对战,并判断胜负 3.能够保存棋局和玩家所走的每一步,并且可以按步骤还原棋局 4.玩家能够悔棋、和棋、认输 5.保存每一个玩家的分数到一个文件中
five_chess_source_code
- 五子棋游戏,采用alpha-beta剪枝优化搜索算法,深度可达6步。-five-chess game, with alpha-beta optimal search algorithm, the depth is up to 6 steps
src
- 四国军棋规则检查系统,通过检查用户所走的步数是否合法,基于此可以完成一个四国军棋游戏。-四国军棋rule checking system, by examining the user to take steps that they are lawful and can be completed based on this a game四国军棋.
1657
- POJ1657,棋盘上的距离问题,计算国际象棋棋盘上由某一点走到某一点所需要的最少步数。-POJ1657, chessboard distance problem, calculated on the international chessboard come from a certain point by a point at least the required steps.
mantischess
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also try
mantischess103s
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also
28
- 五子棋模拟。以数字0表示空棋盘,以其他数字表示以下的棋子的位置,以A,B表示两个游戏者,游戏者可以通过输入棋子坐标指明落子位置,若干步后,程序会判断游戏结果并输出。-Gobang simulation. To the number 0 indicates an empty chessboard, with other numbers indicate the location of the following pieces, to A, B, said two players, players
ChessStepByStep
- 中国象棋,实现了对战模式,加上了背景音乐,在走棋的同时打印棋谱,建立了栈保存走棋的步骤和棋谱列表,走棋时可以灵活地选择上一步,下一步-Chinese Chess achieved Battle Mode, plus the background music, go chess chess while printing, set up the stack to save the steps and go chess chess list of chess can take the flexibil
five
- 五子棋的小程序,考虑了先手双三禁手的情况可以人和电脑,人和人,步数有统计,开始可以选择白旗或者黑棋-Gobang a small program, taking into account firstly the three pairs of hands can be cut and the computer, and the people, a few steps there are statistics, can choose to start a white flag or Black
flashgame
- 游戏规则: 1、玩家通过掷筛子掷出的点数大小来控制主角在地图中前进的步数,当玩家到达终点则游戏结束。 2、你将与两家聪明的电脑玩家同场竞技。(ai设定) 3、玩家点击右下角两个筛子掷筛,停止后可选择任意一个筛子的大小值作为角色前进的步数。 4、电脑和玩家轮流掷筛,轮到任意一方时将会有闪烁提示。并能够体现电脑的操作过程。 5、地图内设各种事件格,如:前进,后退,暂停等,将对棋子前进造成2次变化。(不会存在2次以上的变化) 6、如果两个棋子走到同1格停止,则后来的将会把原来
WuZiQi1
- 1、由于对算法不是太了解,电脑下棋部分只是简单的输出在一个点上。 2、之前没碰过C++,第一次使用C++编程,使得里面的架构设计不是太合理。 编程步骤: a、先画出一个棋盘; b、在管理者组织下,两个人之间可以对战(自己判断输赢); c、有裁判判断输赢; d、加上电脑玩家;-1, because of the algorithm is not very understanding, computer chess simply part of the output at o
game-with-Qt-tutorials
- 自己些的方块游戏,包括源码,详细的步骤,学习Qt的入门资料-Some of the box games, including their source, the detailed steps
han-nuo-ta
- 计算汉诺塔游戏的步骤,输入有几个圆盘,然后本程序计算从哪一根柱子移动到另一根上面去(这是源代码+程序)-Tower of Hanoi game calculation steps, enter a few discs, then this program to calculate where a post above to move to another root (this is the source code and the program)
24
- 24点求解程序。本程序的输入是一个名叫Inpute.txt的文本文件,里面存放着4个数和计算目标(这个程序可以指定计算结果,不是24也可以)。输出是一个名叫Result.txt的文本文件,由程序计算产生,记录的是运算步骤。-24-point solver. The input of this program is a named Inpute.txt a text file stored inside the number and calculate the target (this progr
huraongdao1
- 实现华容道横刀立马的开局,并计算最少步数。-Huarong realize Hengdao immediately start, and calculate the minimum number of steps.
moveboxplay
- 对于数组的理解,又是一款挪动箱子的经典游戏,带领编程初学者,很好的领会编程精髓,经典的步骤,一学即会,经典!-Understanding of the array, and is a classic case of mobile games, leading the programming beginners, a good understanding of the essence of programming, classic steps, a school that would be cla
WUZIQI-for-CPP
- C++编写的五子棋游戏,运行前要在服务器端进行配置,具体看说明中的步骤。-gobang game written by C++.Before running on the server is configured, specific see the steps in.
chineseChess
- 源码简介: 本项目是安卓中国象棋游戏项目源码,棋盘使用一维数组,采用开局库,目前可以人机对弈部分参考<a href= http://www.xqbase.com/league/elephanteye.htm target= _blank >ElephantEye(象眼)开源项目。众所周知象棋的棋路复杂度要比五子棋复杂多了,象棋是走一步要看若干步。另外本项目还附带一份对中国象棋算法的pdf分析文档。正在研究这一块的朋友可以借鉴一下。 涉及模块&技术 绘图 算法 -S